Scroll to navigation

__gnu_pbds::detail::type_dispatch< Key, Mapped, _Alloc, Store_Hash >(3cxx) __gnu_pbds::detail::type_dispatch< Key, Mapped, _Alloc, Store_Hash >(3cxx)

NAME

__gnu_pbds::detail::type_dispatch< Key, Mapped, _Alloc, Store_Hash > - Type base dispatch.

SYNOPSIS

#include <types_traits.hpp>

Public Types


typedef type_base< Key, Mapped, _Alloc, Store_Hash > type

Detailed Description

template<typename Key, typename Mapped, typename _Alloc, bool Store_Hash>

struct __gnu_pbds::detail::type_dispatch< Key, Mapped, _Alloc, Store_Hash >"Type base dispatch.

Definition at line 256 of file types_traits.hpp.

Member Typedef Documentation

template<typename Key , typename Mapped , typename _Alloc , bool Store_Hash> typedef type_base<Key, Mapped, _Alloc, Store_Hash> __gnu_pbds::detail::type_dispatch< Key, Mapped, _Alloc, Store_Hash >::type

Definition at line 258 of file types_traits.hpp.

Author

Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++