|
| template<class T > |
| bool | AllBitmask (T mask, T all) |
| |
| template<class T > |
| bool | AnyBitmask (T mask, T any) |
| |
| template<class Ts > |
| Set< Ts > | operator| (const Set< Ts > &lhs, const Set< Ts > &rhs) |
| |
| template<class Ts > |
| Set< Ts > | operator| (Set< Ts > &&lhs, const Set< Ts > &rhs) |
| |
| template<class Ts > |
| Set< Ts > | operator| (const Set< Ts > &lhs, Set< Ts > &&rhs) |
| |
| template<class Ts > |
| Set< Ts > | operator| (Set< Ts > &&lhs, Set< Ts > &&rhs) |
| |
| template<class Ts > |
| Set< Ts > | operator- (const Set< Ts > &lhs, const Set< Ts > &rhs) |
| |
| template<class Ts > |
| Set< Ts > | operator- (Set< Ts > &&lhs, const Set< Ts > &rhs) |
| |
| template<class Ts > |
| Set< Ts > | operator- (const Set< Ts > &lhs, Set< Ts > &&rhs) |
| |
| template<class Ts > |
| Set< Ts > | operator- (Set< Ts > &&lhs, Set< Ts > &&rhs) |
| |
| template<class Ts > |
| Set< Ts > | operator & (const Set< Ts > &lhs, const Set< Ts > &rhs) |
| |
| template<class Ts > |
| Set< Ts > | operator & (Set< Ts > &&lhs, const Set< Ts > &rhs) |
| |
| template<class Ts > |
| Set< Ts > | operator & (const Set< Ts > &lhs, Set< Ts > &&rhs) |
| |
| template<class Ts > |
| Set< Ts > | operator & (Set< Ts > &&lhs, Set< Ts > &&rhs) |
| |
| template<class Ts > |
| Relation< Ts > | operator* (const Set< Ts > &lhs, const Set< Ts > &rhs) |
| |
| template<class Ts > |
| Relation< Ts > | operator| (const Relation< Ts > &lhs, const Relation< Ts > &rhs) |
| |
| template<class Ts > |
| Relation< Ts > | operator| (Relation< Ts > &&lhs, const Relation< Ts > &rhs) |
| |
| template<class Ts > |
| Relation< Ts > | operator| (const Relation< Ts > &lhs, Relation< Ts > &&rhs) |
| |
| template<class Ts > |
| Relation< Ts > | operator| (Relation< Ts > &&lhs, Relation< Ts > &&rhs) |
| |
| template<class Ts > |
| Relation< Ts > | operator- (const Relation< Ts > &lhs, const Relation< Ts > &rhs) |
| |
| template<class Ts > |
| Relation< Ts > | operator- (Relation< Ts > &&lhs, const Relation< Ts > &rhs) |
| |
| template<class Ts > |
| Relation< Ts > | operator- (const Relation< Ts > &lhs, Relation< Ts > &&rhs) |
| |
| template<class Ts > |
| Relation< Ts > | operator- (Relation< Ts > &&lhs, Relation< Ts > &&rhs) |
| |
| template<class Ts > |
| Relation< Ts > | operator & (const Relation< Ts > &lhs, const Relation< Ts > &rhs) |
| |
| template<class Ts > |
| Relation< Ts > | operator & (Relation< Ts > &&lhs, const Relation< Ts > &rhs) |
| |
| template<class Ts > |
| Relation< Ts > | operator & (const Relation< Ts > &lhs, Relation< Ts > &&rhs) |
| |
| template<class Ts > |
| Relation< Ts > | operator & (Relation< Ts > &&lhs, Relation< Ts > &&rhs) |
| |
| template<class Ts > |
| RelationSeq< Ts > | operator+ (const RelationSeq< Ts > &lhs, const Relation< Ts > &rhs) |
| |
| template<class Ts > |
| RelationSeq< Ts > | operator+ (RelationSeq< Ts > &&lhs, const Relation< Ts > &rhs) |
| |
| template<class Ts > |
| RelationSeq< Ts > | operator+ (const RelationSeq< Ts > &lhs, Relation< Ts > &&rhs) |
| |
| template<class Ts > |
| RelationSeq< Ts > | operator+ (RelationSeq< Ts > &&lhs, Relation< Ts > &&rhs) |
| |
| template<class Ts > |
| RelationSeq< Ts > | operator+ (const RelationSeq< Ts > &lhs, const RelationSeq< Ts > &rhs) |
| |
| template<class Ts > |
| RelationSeq< Ts > | operator+ (RelationSeq< Ts > &&lhs, const RelationSeq< Ts > &rhs) |
| |
| template<class Ts > |
| RelationSeq< Ts > | operator+ (const RelationSeq< Ts > &lhs, RelationSeq< Ts > &&rhs) |
| |
| template<class Ts > |
| RelationSeq< Ts > | operator+ (RelationSeq< Ts > &&lhs, RelationSeq< Ts > &&rhs) |
| |
Sets and maps exposed in a restricted set of set theory.