|
sprint 1-alpha
|
#include <unordered_set.h>
Inherits std::vector< T >.
Public Types | |
| typedef _Key | key_type |
| typedef std::vector< _Key > | parent |
| typedef parent::iterator | iterator |
| typedef parent::const_iterator | const_iterator |
Public Member Functions | |
| iterator | find (const key_type &__x) |
| find element __x | |
| const_iterator | find (const key_type &__x) const |
| find element __x | |
| bool | insert (const key_type &__x) |
| safety insert element __x | |
An unsorted map (reduce memory fragmentation), costant time insertion and O(N) time to find element
1.7.4