logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

__gnu_pbds::sample_trie_access_traits.3cxx

Author

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

                                                    libstdc++        __gnu_pbds::sample_trie_access_traits(3cxx)

Detailed Description

       A sample trie element access traits.

Member Function Documentation

staticconst_iterator__gnu_pbds::sample_trie_access_traits::begin(key_const_reference)[inline],[static]
       Returns a const_iterator to the first element of r_key.

   staticsize_type__gnu_pbds::sample_trie_access_traits::e_pos(e_type)[inline],[static]
       Maps an element to a position.

   staticconst_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.

Member Typedef Documentation

typedefchar__gnu_pbds::sample_trie_access_traits::e_type
       Element type.

Name

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

Synopsis

       #include <sample_trie_access_traits.hpp>

   PublicTypes
       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::stringkey_type
       typedef std::size_t size_typeStaticPublicMemberFunctions
       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.

See Also