#include <sample_trie_access_traits.hpp>
|
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.
◆ __rebind_k
typedef _Alloc::template rebind<key_type> __gnu_pbds::sample_trie_access_traits::__rebind_k |
◆ const_iterator
typedef std::string::const_iterator __gnu_pbds::sample_trie_access_traits::const_iterator |
◆ e_type
◆ key_const_reference
typedef __rebind_k::other::const_reference __gnu_pbds::sample_trie_access_traits::key_const_reference |
◆ key_type
typedef std::string __gnu_pbds::sample_trie_access_traits::key_type |
◆ size_type
typedef std::size_t __gnu_pbds::sample_trie_access_traits::size_type |
◆ anonymous enum
◆ begin()
static const_iterator __gnu_pbds::sample_trie_access_traits::begin |
( |
key_const_reference |
| ) |
|
|
inlinestatic |
Returns a const_iterator to the first element of r_key.
◆ e_pos()
static size_type __gnu_pbds::sample_trie_access_traits::e_pos |
( |
e_type |
| ) |
|
|
inlinestatic |
Maps an element to a position.
◆ end()
static const_iterator __gnu_pbds::sample_trie_access_traits::end |
( |
key_const_reference |
| ) |
|
|
inlinestatic |
Returns a const_iterator to the after-last element of r_key.
The documentation for this struct was generated from the following file: