libstdc++
|
Element access traits for string types.
String | String type. |
Min_E_Val | Minimal element value. |
Max_E_Val | Maximum element value. |
Reverse | Reverse iteration should be used. Default: false. |
_Alloc | Allocator type. |
Definition at line 75 of file trie_policy.hpp.
typedef detail::__conditional_type<Reverse, typename String::const_reverse_iterator, typename String::const_iterator>::__type __gnu_pbds::trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >::const_iterator |
Element const iterator type.
Definition at line 91 of file trie_policy.hpp.
typedef std::iterator_traits<const_iterator>::value_type __gnu_pbds::trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >::e_type |
Element type.
Definition at line 94 of file trie_policy.hpp.
trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >::const_iterator __gnu_pbds::trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >::begin | ( | key_const_reference | r_key | ) | [inline, static] |
Returns a const_iterator to the first element of key_const_reference agumnet.
Definition at line 57 of file trie_policy.hpp.
trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >::size_type __gnu_pbds::trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >::e_pos | ( | e_type | e | ) | [inline, static] |
Maps an element to a position.
Definition at line 49 of file trie_policy.hpp.
trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >::const_iterator __gnu_pbds::trie_string_access_traits< String, Min_E_Val, Max_E_Val, Reverse, _Alloc >::end | ( | key_const_reference | r_key | ) | [inline, static] |
Returns a const_iterator to the after-last element of key_const_reference argument.
Definition at line 65 of file trie_policy.hpp.