is_member< I, O > Struct Template Reference | ||||||||||||||||||||||||||||||||||||||||||||
Public Types | |
| typedef bool | result_type |
Public Member Functions | |
| is_member (I f, I l, O o=O()) | |
| bool | operator() (const typename boost::iterator_value< I >::type &x) const |
Public Attributes | |
| O | compare |
| I | first |
| I | last |
Detailed Description
template<typename I, typename O = less>
struct adobe::is_member< I, O >
Definition at line 34 of file is_member.hpp.
Member Typedef Documentation
| typedef bool result_type |
Definition at line 36 of file is_member.hpp.
Constructor & Destructor Documentation
| is_member | ( | I | f, |
| I | l, | ||
| O | o = O() |
||
| ) |
Definition at line 38 of file is_member.hpp.
Member Function Documentation
| bool operator() | ( | const typename boost::iterator_value< I >::type & | x ) | const |
Definition at line 40 of file is_member.hpp.
Member Data Documentation
| O compare |
Definition at line 45 of file is_member.hpp.
| I first |
Definition at line 43 of file is_member.hpp.
| I last |
Definition at line 44 of file is_member.hpp.

