Public Types | Public Member Functions

__gnu_pbds::list_update< Key, Mapped, Eq_Fn, Update_Policy, Allocator > Class Template Reference
[Policy-Based Data Structures]

A list-update based associative container. More...

Inheritance diagram for __gnu_pbds::list_update< Key, Mapped, Eq_Fn, Update_Policy, Allocator >:
Inheritance graph
[legend]

List of all members.

Public Types

Public Member Functions


Detailed Description

template<typename Key, typename Mapped, class Eq_Fn = typename detail::default_eq_fn<Key>::type, class Update_Policy = detail::default_update_policy::type, class Allocator = std::allocator<char>>
class __gnu_pbds::list_update< Key, Mapped, Eq_Fn, Update_Policy, Allocator >

A list-update based associative container.

Definition at line 654 of file assoc_container.hpp.


The documentation for this class was generated from the following file: