![]() |
Spicy
|
#include <set.h>
Additional Inherited Members | |
![]() | |
using | V = std::set< bool > |
using | C = std::shared_ptr< Set< bool > *> |
using | reference = const bool & |
using | const_reference = const bool & |
using | iterator = typename set::Iterator< bool > |
using | const_iterator = typename set::Iterator< bool > |
using | key_type = bool |
using | value_type = bool |
using | size_type = uint64_t |
![]() | |
Set (const Set &)=default | |
Set (Set &&) noexcept=default | |
Set (const Vector< bool > &l) | |
Set (std::initializer_list< bool > l) | |
Set & | operator= (const Set &)=default |
Set & | operator= (Set &&) noexcept=default |
bool | contains (const bool &t) const |
auto | begin () const |
auto | end () const |
size_type | size () const |
size_type | erase (const key_type &key) |
void | clear () |
![]() | |
C | _control |
Place-holder type for an empty set that doesn't have a known element type.