Public Types | |
typedef T * | iterator |
typedef const T * | const_iterator |
Public Member Functions | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
void | clear () |
void | insert (T val) |
void | insert (iterator first, iterator last) |
void | swap (set< T > &arr) |
iterator | find (const T item) |
const_iterator | find (const T item) const |
|
inline |
Clear the set
|
inline |
Inserts a new item
|
inline |
Inserts a range of items
|
inline |
Swaps a set
|
inline |
Find an item