|
| Set (const Set &)=default |
|
| Set (Set &&) noexcept=default |
|
| Set (std::unordered_set< Value > value) |
|
void | clear () |
|
void | __clear () |
|
std::string | toString () const |
|
Set & | operator= (const Set &rhs) |
|
Set & | operator= (Set &&rhs) noexcept |
|
bool | operator== (const Set &rhs) const |
|
bool | contains (const Value &value) const |
|
size_t | size () const |
|
|
std::unordered_set< Value > | values |
|
Definition at line 14 of file Set.h.
The documentation for this struct was generated from the following file:
- include/common/datatypes/Set.h