|
Classes | |
| class | GrAL::is_element_of_pred< It > |
Predicate class for testing if ![]() Template parameters:
| |
| class | GrAL::set_traits< S > |
| empty frame for generic access to functionality of representations of sets.
This has to be specialized for user classes. Many classes may be seen a sets in different ways, so this opens the door to use generic set predicates on them, without having to change the classes themselves. More... | |
Functions | |
| template<class It , class S2 > | |
| bool | GrAL::is_subset (It beg, It end, const S2 &s2) |
| Tests a sequence [b,e) for inclusion in the set s2. | |
| template<class It > | |
| is_element_of_pred< It > | GrAL::is_element_of_pred::is_element_of (It b, It e) |
| creator function for is_element_of_pred<It,T> | |
| template<class Cont > | |
| is_element_of_pred< typename Cont::const_iterator > | GrAL::is_element_of_pred::is_element_of (const Cont &c) |
| creator function for is_element_of_pred<It,T> | |
| bool GrAL::is_subset | ( | It | beg, | |
| It | end, | |||
| const S2 & | s2 | |||
| ) | [inline] |
Tests a sequence [b,e) for inclusion in the set s2.
is_subset(b,e,s2) == true
.
Template parameters:

Preconditions:

Definition at line 57 of file set-primitives.h.
1.5.8