Contains helper functions to work on STL sets. More...
#include <set>
Go to the source code of this file.
Namespaces | |
namespace | icl_core |
Typedefs | |
typedef ICL_CORE_VC_DEPRECATE SetRelation tSetRelation | icl_core::ICL_CORE_GCC_DEPRECATE |
Enumerations | |
enum | icl_core::SetRelation { icl_core::eSR_EQUAL, icl_core::eSR_PROPER_SUPERSET, icl_core::eSR_PROPER_SUBSET, icl_core::eSR_INTERSECTION_NONEMPTY, icl_core::eSR_DISJUNCT } |
Helper enum to describe relations between sets. More... | |
Functions | |
template<typename T , typename TCompare > | |
SetRelation | icl_core::setRelation (const std::set< T, TCompare > &s1, const std::set< T, TCompare > &s2) |