| libstdc++
    | 
#include <sample_trie_access_traits.hpp>
| Public Types | |
| enum | { max_size } | 
| typedef std::string::const_iterator | const_iterator | 
| typedef char | e_type | 
| typedef rebind_traits< _Alloc, key_type >::const_reference | key_const_reference | 
| typedef std::string | key_type | 
| typedef std::size_t | size_type | 
| Static Public Member Functions | |
| static const_iterator | begin (key_const_reference) | 
| static size_type | e_pos (e_type) | 
| static const_iterator | end (key_const_reference) | 
A sample trie element access traits.
Definition at line 47 of file sample_trie_access_traits.hpp.
| typedef std::string::const_iterator __gnu_pbds::sample_trie_access_traits::const_iterator | 
Definition at line 54 of file sample_trie_access_traits.hpp.
| typedef char __gnu_pbds::sample_trie_access_traits::e_type | 
Element type.
Definition at line 57 of file sample_trie_access_traits.hpp.
| typedef rebind_traits<_Alloc,key_type>::const_reference __gnu_pbds::sample_trie_access_traits::key_const_reference | 
Definition at line 53 of file sample_trie_access_traits.hpp.
Definition at line 50 of file sample_trie_access_traits.hpp.
| typedef std::size_t __gnu_pbds::sample_trie_access_traits::size_type | 
Definition at line 49 of file sample_trie_access_traits.hpp.
| anonymous enum | 
Definition at line 59 of file sample_trie_access_traits.hpp.
| 
 | inlinestatic | 
Returns a const_iterator to the first element of r_key.
| 
 | inlinestatic | 
Maps an element to a position.
| 
 | inlinestatic | 
Returns a const_iterator to the after-last element of r_key.