Spicy
List of all members
hilti::rt::set::Empty Class Reference

#include <set.h>

Inheritance diagram for hilti::rt::set::Empty:
hilti::rt::Set< bool >

Additional Inherited Members

- Public Types inherited from hilti::rt::Set< bool >
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
 
- Public Member Functions inherited from hilti::rt::Set< bool >
 Set (const Set &)=default
 
 Set (Set &&) noexcept=default
 
 Set (const Vector< bool > &l)
 
 Set (std::initializer_list< bool > l)
 
Setoperator= (const Set &)=default
 
Setoperator= (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 ()
 
- Public Attributes inherited from hilti::rt::Set< bool >
_control
 

Detailed Description

Place-holder type for an empty set that doesn't have a known element type.


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