__gnu_pbds::trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >(3cxx) | __gnu_pbds::trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >(3cxx) |
__gnu_pbds::trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >
enum { reverse }
enum { min_e_val, max_e_val, max_size }
typedef _Alloc::template rebind< key_type > __rebind_k
typedef detail::__conditional_type< Reverse, typename
String::const_reverse_iterator, typename String::const_iterator >::__type
const_iterator
Element const iterator type. typedef std::iterator_traits<
const_iterator >::value_type e_type
Element type. typedef __rebind_k::other::const_reference
key_const_reference
typedef String key_type
typedef _Alloc::size_type size_type
static const_iterator begin (key_const_reference)
Returns a const_iterator to the first element of key_const_reference agumnet.
static size_type e_pos (e_type e)
Maps an element to a position. static const_iterator end
(key_const_reference)
Returns a const_iterator to the after-last element of key_const_reference
argument.
struct __gnu_pbds::trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >" Element access traits for string types.
Template Parameters:
Definition at line 74 of file trie_policy.hpp.
Element const iterator type.
Definition at line 90 of file trie_policy.hpp.
Element type.
Definition at line 93 of file trie_policy.hpp.
Returns a const_iterator to the first element of key_const_reference agumnet.
Definition at line 57 of file trie_policy.hpp.
Maps an element to a position.
Definition at line 49 of file trie_policy.hpp.
Returns a const_iterator to the after-last element of key_const_reference argument.
Definition at line 65 of file trie_policy.hpp.
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Feb 25 2019 | libstdc++ |