__gnu_pbds::list_update< Key, Mapped, Eq_Fn, Update_Policy, _Alloc >(3cxx) | __gnu_pbds::list_update< Key, Mapped, Eq_Fn, Update_Policy, _Alloc >(3cxx) |
__gnu_pbds::list_update< Key, Mapped, Eq_Fn, Update_Policy, _Alloc >
#include <assoc_container.hpp>
Inherits detail::container_base_dispatch::type.
typedef list_update_tag container_category
typedef Eq_Fn eq_fn
typedef Update_Policy update_policy
list_update (const list_update &other)
template<typename It > list_update (It first, It last)
Constructor taking __iterators to a range of value_types. The value_types
between first_it and last_it will be inserted into the container object.
list_update & operator= (const list_update
&other)
void swap (list_update &other)
class __gnu_pbds::list_update< Key, Mapped, Eq_Fn, Update_Policy, _Alloc >"A list-update based associative container.
Template Parameters
Base is detail::lu_map.
Definition at line 815 of file assoc_container.hpp.
Definition at line 821 of file assoc_container.hpp.
Definition at line 822 of file assoc_container.hpp.
Definition at line 823 of file assoc_container.hpp.
Definition at line 825 of file assoc_container.hpp.
Constructor taking __iterators to a range of value_types. The value_types between first_it and last_it will be inserted into the container object.
Definition at line 831 of file assoc_container.hpp.
Definition at line 834 of file assoc_container.hpp.
Definition at line 838 of file assoc_container.hpp.
Definition at line 841 of file assoc_container.hpp.
Definition at line 852 of file assoc_container.hpp.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |