25 #ifndef ICL_CORE_SET_HELPER_H_INCLUDED 26 #define ICL_CORE_SET_HELPER_H_INCLUDED 46 template <
typename T,
typename TCompare>
54 typename std::set<T, TCompare>::const_iterator i1 = s1.begin(), i2 = s2.begin();
55 while (i1 != s1.end() && i2 != s2.end())
65 if (compare(*i1, *i2))
#define ICL_CORE_VC_DEPRECATE
SetRelation
Helper enum to describe relations between sets.
ICL_CORE_VC_DEPRECATE SetRelation tSetRelation ICL_CORE_GCC_DEPRECATE
SetRelation setRelation(const std::set< T, TCompare > &s1, const std::set< T, TCompare > &s2)