Library of Assembled Shared Sources
|
a map-like container built on a sorted vector (write-rarely, read-many) More...
#include <vector_map.h>
Public Types | |
typedef std::pair< Key, T > | value_type |
a map-like container built on a sorted vector (write-rarely, read-many)
Definition at line 65 of file vector_map.h.
typedef std::pair<Key, T> lass::stde::vector_map< Key, T, Compare, Allocator >::value_type |
Definition at line 78 of file vector_map.h.