Searched defs:set_subtract (Results 1 – 2 of 2) sorted by relevance
106 template <class S1Ty, class S2Ty> void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract() function140 void set_subtract(S1Ty &S1, const S2Ty &S2, S1Ty &Removed, S1Ty &Remaining) { in set_subtract() function
318 void set_subtract(const STy &S) { in set_subtract() function