libstdc++
|
A sample trie element access traits.
Definition at line 47 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.
static const_iterator __gnu_pbds::sample_trie_access_traits::begin | ( | key_const_reference | ) | [inline, static] |
Returns a const_iterator to the first element of r_key.
static size_type __gnu_pbds::sample_trie_access_traits::e_pos | ( | e_type | ) | [inline, static] |
Maps an element to a position.
static const_iterator __gnu_pbds::sample_trie_access_traits::end | ( | key_const_reference | ) | [inline, static] |
Returns a const_iterator to the after-last element of r_key.