GNU g++  v5.2.1
GNU Standard C++
__gnu_pbds::detail::default_trie_access_traits< std::basic_string< Char, Char_Traits, std::allocator< char > > > Struct Template Reference

Partial specialization, default_trie_access_traits. More...

#include <standard_policies.hpp>

Public Types

typedef trie_string_access_traits< string_typetype
 Dispatched type. More...
 

Private Types

typedef std::basic_string< Char, Char_Traits, std::allocator< char > > string_type
 

Detailed Description

template<typename Char, typename Char_Traits>
struct __gnu_pbds::detail::default_trie_access_traits< std::basic_string< Char, Char_Traits, std::allocator< char > > >

Partial specialization, default_trie_access_traits.

Member Typedef Documentation

template<typename Char , typename Char_Traits >
typedef std::basic_string<Char, Char_Traits, std::allocator<char> > __gnu_pbds::detail::default_trie_access_traits< std::basic_string< Char, Char_Traits, std::allocator< char > > >::string_type
private
template<typename Char , typename Char_Traits >
typedef trie_string_access_traits<string_type> __gnu_pbds::detail::default_trie_access_traits< std::basic_string< Char, Char_Traits, std::allocator< char > > >::type

Dispatched type.


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