|
My Project
|
#include <SetUtil.h>
Static Public Member Functions | |
| static setInt | setIntersection (const setInt &S1, const setInt &S2) |
| Set Intersection. | |
| static setInt | setUnion (const setInt &S1, const setInt &S2) |
| Set Union. | |
| static setInt | setDifference (const setInt &S, const setInt ¬S) |
| Set Difference: S \ notS. | |
| static bool | setEqual (const setInt &S1, const setInt &S2) |
| Checks whether two sets are equal (the == operator can also be used) | |
| static bool | setIncludes (const setInt &S1, const setInt &S2) |
| Checks whether S1 includes S2. | |
1.8.13