.TH "__gnu_pbds::sample_trie_access_traits" 3cxx "Wed Jul 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_pbds::sample_trie_access_traits \- A sample trie element access traits\&. .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "enum { \fBmax_size\fP }" .br .ti -1c .RI "typedef std::string::const_iterator \fBconst_iterator\fP" .br .ti -1c .RI "typedef char \fBe_type\fP" .br .RI "Element type\&. " .ti -1c .RI "typedef rebind_traits< _Alloc, \fBkey_type\fP >::const_reference \fBkey_const_reference\fP" .br .ti -1c .RI "typedef \fBstd::string\fP \fBkey_type\fP" .br .ti -1c .RI "typedef std::size_t \fBsize_type\fP" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static const_iterator \fBbegin\fP (key_const_reference)" .br .RI "Returns a const_iterator to the first element of r_key\&. " .ti -1c .RI "static size_type \fBe_pos\fP (\fBe_type\fP)" .br .RI "Maps an element to a position\&. " .ti -1c .RI "static const_iterator \fBend\fP (key_const_reference)" .br .RI "Returns a const_iterator to the after-last element of r_key\&. " .in -1c .SH "Detailed Description" .PP A sample trie element access traits\&. .PP Definition at line 47 of file sample_trie_access_traits\&.hpp\&. .SH "Member Typedef Documentation" .PP .SS "typedef char \fB__gnu_pbds::sample_trie_access_traits::e_type\fP" .PP Element type\&. .PP Definition at line 57 of file sample_trie_access_traits\&.hpp\&. .SH "Member Function Documentation" .PP .SS "static const_iterator __gnu_pbds::sample_trie_access_traits::begin (key_const_reference)\fC [inline]\fP, \fC [static]\fP" .PP Returns a const_iterator to the first element of r_key\&. .SS "static size_type __gnu_pbds::sample_trie_access_traits::e_pos (\fBe_type\fP)\fC [inline]\fP, \fC [static]\fP" .PP Maps an element to a position\&. .SS "static const_iterator __gnu_pbds::sample_trie_access_traits::end (key_const_reference)\fC [inline]\fP, \fC [static]\fP" .PP Returns a const_iterator to the after-last element of r_key\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.