.TH "__gnu_pbds::detail::branch_policy< Node_CItr, Node_Itr, _Alloc >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_pbds::detail::branch_policy< Node_CItr, Node_Itr, _Alloc > \- Primary template, base class for branch structure policies\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by \fB__gnu_pbds::detail::trie_policy_base< Node_CItr, Node_Itr, _ATraits, _Alloc >\fP, and \fB__gnu_pbds::tree_order_statistics_node_update< Node_CItr, Node_Itr, Cmp_Fn, _Alloc >\fP\fC [private]\fP\&. .SS "Protected Types" .in +1c .ti -1c .RI "typedef rebind_v::const_pointer \fBconst_pointer\fP" .br .ti -1c .RI "typedef rebind_v::const_reference \fBconst_reference\fP" .br .ti -1c .RI "typedef Node_Itr::value_type \fBit_type\fP" .br .ti -1c .RI "typedef rebind_k::const_reference \fBkey_const_reference\fP" .br .ti -1c .RI "typedef value_type::first_type \fBkey_type\fP" .br .ti -1c .RI "typedef remove_const< key_type >::type \fBrckey_type\fP" .br .ti -1c .RI "typedef remove_const< value_type >::type \fBrcvalue_type\fP" .br .ti -1c .RI "typedef _Alloc::template rebind< rckey_type >::other \fBrebind_k\fP" .br .ti -1c .RI "typedef _Alloc::template rebind< rcvalue_type >::other \fBrebind_v\fP" .br .ti -1c .RI "typedef rebind_v::reference \fBreference\fP" .br .ti -1c .RI "typedef std::iterator_traits< it_type >::value_type \fBvalue_type\fP" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "virtual it_type \fBend\fP ()=0" .br .ti -1c .RI "it_type \fBend_iterator\fP () const" .br .in -1c .SS "Static Protected Member Functions" .in +1c .ti -1c .RI "static key_const_reference \fBextract_key\fP (const_reference r_val)" .br .in -1c .SH "Detailed Description" .PP .SS "template .br struct __gnu_pbds::detail::branch_policy< Node_CItr, Node_Itr, _Alloc >"Primary template, base class for branch structure policies\&. .PP Definition at line \fB52\fP of file \fBbranch_policy\&.hpp\fP\&. .SH "Member Typedef Documentation" .PP .SS "template typedef rebind_v::const_pointer \fB__gnu_pbds::detail::branch_policy\fP< Node_CItr, Node_Itr, _Alloc >::const_pointer\fC [protected]\fP" .PP Definition at line \fB67\fP of file \fBbranch_policy\&.hpp\fP\&. .SS "template typedef rebind_v::const_reference \fB__gnu_pbds::detail::branch_policy\fP< Node_CItr, Node_Itr, _Alloc >::const_reference\fC [protected]\fP" .PP Definition at line \fB66\fP of file \fBbranch_policy\&.hpp\fP\&. .SS "template typedef Node_Itr::value_type \fB__gnu_pbds::detail::branch_policy\fP< Node_CItr, Node_Itr, _Alloc >::it_type\fC [protected]\fP" .PP Definition at line \fB55\fP of file \fBbranch_policy\&.hpp\fP\&. .SS "template typedef rebind_k::const_reference \fB__gnu_pbds::detail::branch_policy\fP< Node_CItr, Node_Itr, _Alloc >::key_const_reference\fC [protected]\fP" .PP Definition at line \fB69\fP of file \fBbranch_policy\&.hpp\fP\&. .SS "template typedef value_type::first_type \fB__gnu_pbds::detail::branch_policy\fP< Node_CItr, Node_Itr, _Alloc >::key_type\fC [protected]\fP" .PP Definition at line \fB57\fP of file \fBbranch_policy\&.hpp\fP\&. .SS "template typedef remove_const::type \fB__gnu_pbds::detail::branch_policy\fP< Node_CItr, Node_Itr, _Alloc >::rckey_type\fC [protected]\fP" .PP Definition at line \fB60\fP of file \fBbranch_policy\&.hpp\fP\&. .SS "template typedef remove_const::type \fB__gnu_pbds::detail::branch_policy\fP< Node_CItr, Node_Itr, _Alloc >::rcvalue_type\fC [protected]\fP" .PP Definition at line \fB59\fP of file \fBbranch_policy\&.hpp\fP\&. .SS "template typedef _Alloc::template rebind::other \fB__gnu_pbds::detail::branch_policy\fP< Node_CItr, Node_Itr, _Alloc >::rebind_k\fC [protected]\fP" .PP Definition at line \fB63\fP of file \fBbranch_policy\&.hpp\fP\&. .SS "template typedef _Alloc::template rebind::other \fB__gnu_pbds::detail::branch_policy\fP< Node_CItr, Node_Itr, _Alloc >::rebind_v\fC [protected]\fP" .PP Definition at line \fB62\fP of file \fBbranch_policy\&.hpp\fP\&. .SS "template typedef rebind_v::reference \fB__gnu_pbds::detail::branch_policy\fP< Node_CItr, Node_Itr, _Alloc >::reference\fC [protected]\fP" .PP Definition at line \fB65\fP of file \fBbranch_policy\&.hpp\fP\&. .SS "template typedef std::iterator_traits::value_type \fB__gnu_pbds::detail::branch_policy\fP< Node_CItr, Node_Itr, _Alloc >::value_type\fC [protected]\fP" .PP Definition at line \fB56\fP of file \fBbranch_policy\&.hpp\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template virtual \fB__gnu_pbds::detail::branch_policy\fP< Node_CItr, Node_Itr, _Alloc >::~\fBbranch_policy\fP ()\fC [inline]\fP, \fC [protected]\fP, \fC [virtual]\fP" .PP Definition at line \fB83\fP of file \fBbranch_policy\&.hpp\fP\&. .SH "Member Function Documentation" .PP .SS "template it_type \fB__gnu_pbds::detail::branch_policy\fP< Node_CItr, Node_Itr, _Alloc >::end_iterator () const\fC [inline]\fP, \fC [protected]\fP" .PP Definition at line \fB79\fP of file \fBbranch_policy\&.hpp\fP\&. .SS "template static key_const_reference \fB__gnu_pbds::detail::branch_policy\fP< Node_CItr, Node_Itr, _Alloc >::extract_key (const_reference r_val)\fC [inline]\fP, \fC [static]\fP, \fC [protected]\fP" .PP Definition at line \fB72\fP of file \fBbranch_policy\&.hpp\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.