DOKK / manpages / debian 12 / libstdc++-11-doc / __gnu_pbds::sample_trie_access_traits.3cxx.en
__gnu_pbds::sample_trie_access_traits(3cxx) __gnu_pbds::sample_trie_access_traits(3cxx)

__gnu_pbds::sample_trie_access_traits - A sample trie element access traits.

#include <sample_trie_access_traits.hpp>


enum { max_size }
typedef std::string::const_iterator const_iterator
typedef char e_type
Element type. typedef rebind_traits< _Alloc, key_type >::const_reference key_const_reference
typedef std::string key_type
typedef std::size_t size_type


static const_iterator begin (key_const_reference)
Returns a const_iterator to the first element of r_key. static size_type e_pos (e_type)
Maps an element to a position. static const_iterator end (key_const_reference)
Returns a const_iterator to the after-last element of r_key.

A sample trie element access traits.

Definition at line 47 of file sample_trie_access_traits.hpp.

Definition at line 54 of file sample_trie_access_traits.hpp.

Element type.

Definition at line 57 of file sample_trie_access_traits.hpp.

Definition at line 53 of file sample_trie_access_traits.hpp.

Definition at line 50 of file sample_trie_access_traits.hpp.

Definition at line 49 of file sample_trie_access_traits.hpp.

Definition at line 59 of file sample_trie_access_traits.hpp.

Returns a const_iterator to the first element of r_key.

Maps an element to a position.

Returns a const_iterator to the after-last element of r_key.

Generated automatically by Doxygen for libstdc++ from the source code.

Thu Feb 16 2023 libstdc++