libstdc++
__gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false > Struct Template Reference

#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, null_typestored_data_type
 
typedef __rebind_va::value_type value_type
 

Detailed Description

template<typename Key, typename Mapped, typename _Alloc>
struct __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false >

Specialization of type_base for the case where the hash value is not stored alongside each value.

Definition at line 114 of file types_traits.hpp.

Member Typedef Documentation

◆ const_pointer

template<typename Key , typename Mapped , typename _Alloc >
typedef __rebind_va::const_pointer __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false >::const_pointer

Definition at line 135 of file types_traits.hpp.

◆ const_reference

template<typename Key , typename Mapped , typename _Alloc >
typedef __rebind_va::const_reference __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false >::const_reference

Definition at line 137 of file types_traits.hpp.

◆ mapped_const_pointer

template<typename Key , typename Mapped , typename _Alloc >
typedef __rebind_ma::const_pointer __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false >::mapped_const_pointer

Definition at line 129 of file types_traits.hpp.

◆ mapped_const_reference

template<typename Key , typename Mapped , typename _Alloc >
typedef __rebind_ma::const_reference __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false >::mapped_const_reference

Definition at line 131 of file types_traits.hpp.

◆ mapped_pointer

template<typename Key , typename Mapped , typename _Alloc >
typedef __rebind_ma::pointer __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false >::mapped_pointer

Definition at line 128 of file types_traits.hpp.

◆ mapped_reference

template<typename Key , typename Mapped , typename _Alloc >
typedef __rebind_ma::reference __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false >::mapped_reference

Definition at line 130 of file types_traits.hpp.

◆ mapped_type

template<typename Key , typename Mapped , typename _Alloc >
typedef __rebind_ma::value_type __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false >::mapped_type

Definition at line 127 of file types_traits.hpp.

◆ pointer

template<typename Key , typename Mapped , typename _Alloc >
typedef __rebind_va::pointer __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false >::pointer

Definition at line 134 of file types_traits.hpp.

◆ reference

template<typename Key , typename Mapped , typename _Alloc >
typedef __rebind_va::reference __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false >::reference

Definition at line 136 of file types_traits.hpp.

◆ size_type

template<typename Key , typename Mapped , typename _Alloc >
typedef _Alloc::size_type __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false >::size_type

Definition at line 117 of file types_traits.hpp.

◆ stored_data_type

template<typename Key , typename Mapped , typename _Alloc >
typedef stored_data<value_type, null_type> __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false >::stored_data_type

Definition at line 139 of file types_traits.hpp.

◆ value_type

template<typename Key , typename Mapped , typename _Alloc >
typedef __rebind_va::value_type __gnu_pbds::detail::type_base< Key, Mapped, _Alloc, false >::value_type

Definition at line 133 of file types_traits.hpp.


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