A sample trie element access traits. More...
#include <sample_trie_access_traits.hpp>
Public Types | |
enum | { max_size = 4 } |
typedef _Alloc::template rebind< key_type > | __rebind_k |
typedef std::string::const_iterator | const_iterator |
typedef char | e_type |
Element type. More... | |
typedef __rebind_k::other::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) |
Returns a const_iterator to the first element of r_key. More... | |
static size_type | e_pos (e_type) |
Maps an element to a position. More... | |
static const_iterator | end (key_const_reference) |
Returns a const_iterator to the after-last element of r_key. More... | |
A sample trie element access traits.
typedef _Alloc::template rebind<key_type> __gnu_pbds::sample_trie_access_traits::__rebind_k |
typedef std::string::const_iterator __gnu_pbds::sample_trie_access_traits::const_iterator |
typedef char __gnu_pbds::sample_trie_access_traits::e_type |
Element type.
typedef __rebind_k::other::const_reference __gnu_pbds::sample_trie_access_traits::key_const_reference |
typedef std::string __gnu_pbds::sample_trie_access_traits::key_type |
typedef std::size_t __gnu_pbds::sample_trie_access_traits::size_type |
|
inlinestatic |
Returns a const_iterator to the first element of r_key.
Maps an element to a position.
|
inlinestatic |
Returns a const_iterator to the after-last element of r_key.