Go to Overview over all
GrAL packages.
Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
set_traits Class Template Reference
[Set Algorithms]
empty frame for generic access to functionality of representations of sets.
More...
#include <set-traits.h>
Detailed Description
template<class S>
class 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.
Specializations must define
typedef element_type;
bool is_member(element_type const&);
-
See also:
-
point_traits (Geometry/point-traits.h) , Set Algorithms
Definition at line 25 of file set-traits.h.
The documentation for this class was generated from the following file:
Copyright (c)
Guntram Berti
1997-2002.
See the GrAL Homepage
for up-to-date information.
Generated at Tue Feb 26 15:57:16 2002
for Sequence
by
1.2.11-20011104 written by Dimitri van Heesch,
© 1997-2000