.TH "__gnu_pbds::detail::lu_map< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_pbds::detail::lu_map< Key, Mapped, Eq_Fn, _Alloc, Update_Policy > \- list-based (with updates) associative container\&. Skip to the lu, my darling\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fB__gnu_pbds::detail::types_traits< Key, Mapped, _Alloc, false >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Alloc \fBallocator_type\fP" .br .ti -1c .RI "typedef \fBstd::pair\fP< size_type, size_type > \fBcomp_hash\fP" .br .ti -1c .RI "typedef \fBconst_iterator_\fP \fBconst_iterator\fP" .br .ti -1c .RI "typedef traits_base::const_pointer \fBconst_pointer\fP" .br .ti -1c .RI "typedef traits_base::const_reference \fBconst_reference\fP" .br .ti -1c .RI "typedef _Alloc::difference_type \fBdifference_type\fP" .br .ti -1c .RI "typedef Eq_Fn \fBeq_fn\fP" .br .ti -1c .RI "typedef \fBiterator_\fP \fBiterator\fP" .br .ti -1c .RI "typedef traits_base::key_const_pointer \fBkey_const_pointer\fP" .br .ti -1c .RI "typedef traits_base::key_const_reference \fBkey_const_reference\fP" .br .ti -1c .RI "typedef traits_base::key_pointer \fBkey_pointer\fP" .br .ti -1c .RI "typedef traits_base::key_reference \fBkey_reference\fP" .br .ti -1c .RI "typedef traits_base::key_type \fBkey_type\fP" .br .ti -1c .RI "typedef traits_base::mapped_const_pointer \fBmapped_const_pointer\fP" .br .ti -1c .RI "typedef traits_base::mapped_const_reference \fBmapped_const_reference\fP" .br .ti -1c .RI "typedef traits_base::mapped_pointer \fBmapped_pointer\fP" .br .ti -1c .RI "typedef traits_base::mapped_reference \fBmapped_reference\fP" .br .ti -1c .RI "typedef traits_base::mapped_type \fBmapped_type\fP" .br .ti -1c .RI "typedef __nothrowcopy::indicator \fBno_throw_indicator\fP" .br .ti -1c .RI "typedef \fBpoint_const_iterator_\fP \fBpoint_const_iterator\fP" .br .ti -1c .RI "typedef \fBpoint_iterator_\fP \fBpoint_iterator\fP" .br .ti -1c .RI "typedef traits_base::pointer \fBpointer\fP" .br .ti -1c .RI "typedef traits_base::reference \fBreference\fP" .br .ti -1c .RI "typedef _Alloc::size_type \fBsize_type\fP" .br .ti -1c .RI "typedef integral_constant< int, Store_Hash > \fBstore_extra\fP" .br .ti -1c .RI "typedef Update_Policy::metadata_type \fBupdate_metadata\fP" .br .ti -1c .RI "typedef Update_Policy \fBupdate_policy\fP" .br .ti -1c .RI "typedef traits_base::value_type \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBlu_map\fP (const \fBlu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy > &)" .br .ti -1c .RI "template \fBlu_map\fP (It, It)" .br .ti -1c .RI "\fBiterator\fP \fBbegin\fP ()" .br .ti -1c .RI "\fBconst_iterator\fP \fBbegin\fP () const" .br .ti -1c .RI "void \fBclear\fP ()" .br .ti -1c .RI "_GLIBCXX_NODISCARD bool \fBempty\fP () const" .br .ti -1c .RI "\fBiterator\fP \fBend\fP ()" .br .ti -1c .RI "\fBconst_iterator\fP \fBend\fP () const" .br .ti -1c .RI "bool \fBerase\fP (key_const_reference)" .br .ti -1c .RI "template size_type \fBerase_if\fP (Pred)" .br .ti -1c .RI "\fBpoint_iterator\fP \fBfind\fP (key_const_reference r_key)" .br .ti -1c .RI "\fBpoint_const_iterator\fP \fBfind\fP (key_const_reference r_key) const" .br .ti -1c .RI "\fBstd::pair\fP< \fBpoint_iterator\fP, bool > \fBinsert\fP (const_reference)" .br .ti -1c .RI "size_type \fBmax_size\fP () const" .br .ti -1c .RI "mapped_reference \fBoperator[]\fP (key_const_reference r_key)" .br .ti -1c .RI "size_type \fBsize\fP () const" .br .ti -1c .RI "void \fBswap\fP (\fBlu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy > &)" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "no_throw_indicator \fBm_no_throw_copies_indicator\fP" .br .ti -1c .RI "store_extra \fBm_store_extra_indicator\fP" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "template void \fBcopy_from_range\fP (It, It)" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "class \fBconst_iterator_\fP" .br .ti -1c .RI "class \fBiterator_\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class __gnu_pbds::detail::lu_map< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >"list-based (with updates) associative container\&. Skip to the lu, my darling\&. .PP Definition at line \fB91\fP of file \fBlu_map_\&.hpp\fP\&. .SH "Member Typedef Documentation" .PP .SS "template typedef _Alloc \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::allocator_type" .PP Definition at line \fB139\fP of file \fBlu_map_\&.hpp\fP\&. .SS "typedef \fBstd::pair\fP \fB__gnu_pbds::detail::types_traits\fP< Key, Mapped, _Alloc, Store_Hash >::comp_hash\fC [inherited]\fP" .PP Definition at line \fB277\fP of file \fBtypes_traits\&.hpp\fP\&. .SS "template typedef \fBconst_iterator_\fP \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::const_iterator" .PP Definition at line \fB179\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::const_pointer \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::const_pointer" .PP Definition at line \fB157\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::const_reference \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::const_reference" .PP Definition at line \fB159\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef _Alloc::difference_type \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::difference_type" .PP Definition at line \fB141\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef Eq_Fn \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::eq_fn" .PP Definition at line \fB142\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef \fBiterator_\fP \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::iterator" .PP Definition at line \fB172\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::key_const_pointer \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::key_const_pointer" .PP Definition at line \fB147\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::key_const_reference \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::key_const_reference" .PP Definition at line \fB149\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::key_pointer \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::key_pointer" .PP Definition at line \fB146\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::key_reference \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::key_reference" .PP Definition at line \fB148\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::key_type \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::key_type" .PP Definition at line \fB145\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::mapped_const_pointer \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::mapped_const_pointer" .PP Definition at line \fB152\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::mapped_const_reference \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::mapped_const_reference" .PP Definition at line \fB154\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::mapped_pointer \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::mapped_pointer" .PP Definition at line \fB151\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::mapped_reference \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::mapped_reference" .PP Definition at line \fB153\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::mapped_type \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::mapped_type" .PP Definition at line \fB150\fP of file \fBlu_map_\&.hpp\fP\&. .SS "typedef __nothrowcopy::indicator \fB__gnu_pbds::detail::types_traits\fP< Key, Mapped, _Alloc, Store_Hash >::no_throw_indicator\fC [inherited]\fP" .PP Definition at line \fB279\fP of file \fBtypes_traits\&.hpp\fP\&. .SS "template typedef \fBpoint_const_iterator_\fP \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::point_const_iterator" .PP Definition at line \fB169\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef \fBpoint_iterator_\fP \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::point_iterator" .PP Definition at line \fB162\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::pointer \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::pointer" .PP Definition at line \fB156\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::reference \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::reference" .PP Definition at line \fB158\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef _Alloc::size_type \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::size_type" .PP Definition at line \fB140\fP of file \fBlu_map_\&.hpp\fP\&. .SS "typedef integral_constant \fB__gnu_pbds::detail::types_traits\fP< Key, Mapped, _Alloc, Store_Hash >::store_extra\fC [inherited]\fP" .PP Definition at line \fB278\fP of file \fBtypes_traits\&.hpp\fP\&. .SS "template typedef Update_Policy::metadata_type \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::update_metadata" .PP Definition at line \fB144\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef Update_Policy \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::update_policy" .PP Definition at line \fB143\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template typedef traits_base::value_type \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::value_type" .PP Definition at line \fB155\fP of file \fBlu_map_\&.hpp\fP\&. .SH "Member Function Documentation" .PP .SS "template \fBpoint_iterator\fP \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::find (key_const_reference r_key)\fC [inline]\fP" .PP Definition at line \fB220\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template \fBpoint_const_iterator\fP \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::find (key_const_reference r_key) const\fC [inline]\fP" .PP Definition at line \fB228\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template mapped_reference \fB__gnu_pbds::detail::lu_map\fP< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::operator[] (key_const_reference r_key)\fC [inline]\fP" .PP Definition at line \fB205\fP of file \fBlu_map_\&.hpp\fP\&. .SH "Friends And Related Symbol Documentation" .PP .SS "template friend class \fBconst_iterator_\fP\fC [friend]\fP" .PP Definition at line \fB278\fP of file \fBlu_map_\&.hpp\fP\&. .SS "template friend class \fBiterator_\fP\fC [friend]\fP" .PP Definition at line \fB275\fP of file \fBlu_map_\&.hpp\fP\&. .SH "Member Data Documentation" .PP .SS "no_throw_indicator \fB__gnu_pbds::detail::types_traits\fP< Key, Mapped, _Alloc, Store_Hash >::m_no_throw_copies_indicator\fC [inherited]\fP" .PP Definition at line \fB282\fP of file \fBtypes_traits\&.hpp\fP\&. .SS "store_extra \fB__gnu_pbds::detail::types_traits\fP< Key, Mapped, _Alloc, Store_Hash >::m_store_extra_indicator\fC [inherited]\fP" .PP Definition at line \fB281\fP of file \fBtypes_traits\&.hpp\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.