libstdc++
|
Inherits type< Key, Mapped, std::allocator< char >, list_update_tag, __gnu_cxx::typelist::create2< typename detail::default_eq_fn< Key >::type, detail::default_update_policy::type >::type >.
Public Types | |
typedef list_update_tag | container_category |
typedef Eq_Fn | eq_fn |
typedef Update_Policy | update_policy |
Public Member Functions | |
list_update (const list_update &other) | |
template<typename It > | |
list_update (It first, It last) | |
list_update & | operator= (const list_update &other) |
void | swap (list_update &other) |
A list-update based associative container.
Key | Key type. |
Mapped | Map type. |
Eq_Fn | Equal functor. |
Update_Policy | Update policy, determines when an element will be moved to the front of the list. |
_Alloc | Allocator type. |
Base is detail::lu_map.
Definition at line 815 of file assoc_container.hpp.