FEI Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <snl_fei_SetTraits.hpp>
Static Public Member Functions | |
static void | insert (SET_TYPE *set_obj, typename SET_TYPE::key_type item) |
Define traits 'set' objects. For now, only 1 trait: inserting an item into a set, in cases where we don't care about the return-value. In general, we just call the set's insert method. But this trait will be specialized (in other headers) to call the 'insert2' method for special fei set objects.
Definition at line 23 of file snl_fei_SetTraits.hpp.
|
inlinestatic |
insert item in specified set
Definition at line 25 of file snl_fei_SetTraits.hpp.
Referenced by snl_fei::RaggedTable< MAP_TYPE, SET_TYPE >::addIndices().