libstdc++
|
#include <types_traits.hpp>
Public Types | |
typedef __rebind_va::const_pointer | const_pointer |
typedef __rebind_va::const_reference | const_reference |
typedef __rebind_ma::const_pointer | mapped_const_pointer |
typedef __rebind_ma::const_reference | mapped_const_reference |
typedef __rebind_ma::pointer | mapped_pointer |
typedef __rebind_ma::reference | mapped_reference |
typedef __rebind_ma::value_type | mapped_type |
typedef __rebind_va::pointer | pointer |
typedef __rebind_va::reference | reference |
typedef _Alloc::size_type | size_type |
typedef stored_data< value_type, size_type > | stored_data_type |
typedef Key | value_type |
Static Public Attributes | |
static null_type | s_null_type |
Specialization of type_base for the case where the hash value is stored alongside each value.
Definition at line 220 of file types_traits.hpp.
typedef __rebind_va::const_pointer __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true >::const_pointer |
Definition at line 240 of file types_traits.hpp.
typedef __rebind_va::const_reference __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true >::const_reference |
Definition at line 242 of file types_traits.hpp.
typedef __rebind_ma::const_pointer __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true >::mapped_const_pointer |
Definition at line 235 of file types_traits.hpp.
typedef __rebind_ma::const_reference __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true >::mapped_const_reference |
Definition at line 237 of file types_traits.hpp.
typedef __rebind_ma::pointer __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true >::mapped_pointer |
Definition at line 234 of file types_traits.hpp.
typedef __rebind_ma::reference __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true >::mapped_reference |
Definition at line 236 of file types_traits.hpp.
typedef __rebind_ma::value_type __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true >::mapped_type |
Definition at line 233 of file types_traits.hpp.
typedef __rebind_va::pointer __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true >::pointer |
Definition at line 239 of file types_traits.hpp.
typedef __rebind_va::reference __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true >::reference |
Definition at line 241 of file types_traits.hpp.
typedef _Alloc::size_type __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true >::size_type |
Definition at line 223 of file types_traits.hpp.
typedef stored_data<value_type, size_type> __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true >::stored_data_type |
Definition at line 244 of file types_traits.hpp.
typedef Key __gnu_pbds::detail::type_base< Key, null_type, _Alloc, true >::value_type |
Definition at line 224 of file types_traits.hpp.