__gnu_pbds::sample_trie_access_traits(3) Library Functions Manual NAME __gnu_pbds::sample_trie_access_traits - A sample trie element access traits. SYNOPSIS #include Public Types 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 Public Member Functions 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. Detailed Description A sample trie element access traits. Member Typedef Documentation typedef char __gnu_pbds::sample_trie_access_traits::e_type Element type. Member Function Documentation 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. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_pbds::sample_trie_access_traits(3)