Compounds | |
| class | is_element_of_pred |
Predicate class for testing if
. More... | |
| class | set_traits |
| empty frame for generic access to functionality of representations of sets. More... | |
Functions | |
| template<class It, class S2> bool | is_subset (It beg, It end, const S2 &s2) |
| Tests a sequence [b,e) for inclusion in the set s2. More... | |
| is_element_of_pred< It, T > | is_element_of (It b, It e, const T *) |
| creator function for is_element_of_pred<It,T>. More... | |
| is_element_of_pred< typename Cont::const_iterator, typename Cont::value_type > | is_element_of (const Cont &c) |
| creator function for is_element_of_pred<It,T>. More... | |
|
||||||||||||||||||||
|
Tests a sequence [b,e) for inclusion in the set s2.
Template parameters:
Definition at line 43 of file set-primitives.h. |
|
||||||||||||||||||||
|
creator function for is_element_of_pred<It,T>.
Definition at line 101 of file set-primitives.h. |
|
||||||||||
|
creator function for is_element_of_pred<It,T>.
Definition at line 112 of file set-primitives.h. |
1.2.11-20011104 written by Dimitri van Heesch,
© 1997-2000