|
iterator | begin () |
|
iterator | end () |
|
const_iterator | begin () const |
|
const_iterator | end () const |
|
void | clear () |
|
bool | empty () |
|
size_t | size () |
|
iterator | find (const T &item) |
|
iterator | insert (const T &item) |
|
void | erase (iterator item) |
|
void | erase (iterator first, iterator last) |
|
size_t | erase (const T &item) |
|
size_t | count (const T &item) const |
|
◆ find()
template<class T, class CompFn = Common::Less<T>>
Locate an item in the set
◆ count()
template<class T, class CompFn = Common::Less<T>>
Returns the number of keys that match the specified key
The documentation for this class was generated from the following file: