Tanl Linguistic Pipeline |
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>
Public Member Functions | |
bool | contains (T const &s) const |
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.