|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
#include <is_member.hpp>
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 | |
| I | first |
| I | last |
| O | compare |
Definition at line 34 of file is_member.hpp.
| typedef bool result_type |
Definition at line 35 of file is_member.hpp.
| is_member | ( | I | f, |
| I | l, | ||
| O | o = O() ) |
Definition at line 37 of file is_member.hpp.
| bool operator() | ( | const typename boost::iterator_value< I >::type & | x | ) | const |
Definition at line 39 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.
| O compare |
Definition at line 45 of file is_member.hpp.