My Project
Static Public Member Functions | List of all members
setOp Class Reference

#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 &notS)
 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.
 

Detailed Description

Author
Jordi Cortadella
Date
18/04/18

The documentation for this class was generated from the following file: