IXE::Set< T > Class Template Reference
A
Set is a set but with the addition of a contains() member function, one that returns a simpler bool result indicating whether a given element is in the set.
More...
#include <Set.h>
List of all members.
|
Public Member Functions |
bool | contains (T const &s) const |
Detailed Description
template<class T>
class IXE::Set< T >
A
Set is a set but with the addition of a contains() member function, one that returns a simpler bool result indicating whether a given element is in the set.
Definition at line 48 of file Set.h.
The documentation for this class was generated from the following file: