GNU g++  v5.2.1
GNU Standard C++
__gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, list_update_tag, Policy_Tl > Struct Template Reference

Specialization for list-update set. More...

#include <container_base_dispatch.hpp>

Public Types

typedef lu_set< Key, null_type, at0t, _Alloc, at1ttype
 Dispatched type. More...
 

Private Types

typedef __gnu_cxx::typelist::at_index< Policy_Tl, 0 > at0
 
typedef at0::type at0t
 
typedef __gnu_cxx::typelist::at_index< Policy_Tl, 1 > at1
 
typedef at1::type at1t
 

Detailed Description

template<typename Key, typename _Alloc, typename Policy_Tl>
struct __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, list_update_tag, Policy_Tl >

Specialization for list-update set.

Member Typedef Documentation

template<typename Key , typename _Alloc , typename Policy_Tl >
typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, list_update_tag, Policy_Tl >::at0
private
template<typename Key , typename _Alloc , typename Policy_Tl >
typedef at0::type __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, list_update_tag, Policy_Tl >::at0t
private
template<typename Key , typename _Alloc , typename Policy_Tl >
typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, list_update_tag, Policy_Tl >::at1
private
template<typename Key , typename _Alloc , typename Policy_Tl >
typedef at1::type __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, list_update_tag, Policy_Tl >::at1t
private
template<typename Key , typename _Alloc , typename Policy_Tl >
typedef lu_set<Key, null_type, at0t, _Alloc, at1t> __gnu_pbds::detail::container_base_dispatch< Key, null_type, _Alloc, list_update_tag, Policy_Tl >::type

Dispatched type.


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