GNU g++  v5.2.1
GNU Standard C++
lu_map_.hpp File Reference

Contains a list update map. More...

Include dependency graph for lu_map_.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  __gnu_pbds::detail::PB_DS_LU_NAME< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >
 list-based (with updates) associative container. More...
 
struct  __gnu_pbds::detail::PB_DS_LU_NAME< Key, Mapped, Eq_Fn, _Alloc, Update_Policy >::entry
 

Namespaces

 __gnu_pbds
 GNU extensions for policy-based data structures for public use.
 
 __gnu_pbds::detail
 

Macros

#define PB_DS_CLASS_C_DEC   PB_DS_LU_NAME<Key, Mapped, Eq_Fn, _Alloc, Update_Policy>
 
#define PB_DS_CLASS_T_DEC
 
#define PB_DS_GEN_POS   entry_pointer
 
#define PB_DS_LU_TRAITS_BASE   types_traits<Key, Mapped, _Alloc, false>
 

Detailed Description

Contains a list update map.

Macro Definition Documentation

#define PB_DS_CLASS_C_DEC   PB_DS_LU_NAME<Key, Mapped, Eq_Fn, _Alloc, Update_Policy>
#define PB_DS_CLASS_T_DEC
Value:
template<typename Key, typename Mapped, typename Eq_Fn, \
typename _Alloc, typename Update_Policy>
#define PB_DS_GEN_POS   entry_pointer
#define PB_DS_LU_TRAITS_BASE   types_traits<Key, Mapped, _Alloc, false>