__gnu_pbds::detail::branch_policy< Node_CItr, Node_Itr, _Alloc >(3cxx) | __gnu_pbds::detail::branch_policy< Node_CItr, Node_Itr, _Alloc >(3cxx) |
__gnu_pbds::detail::branch_policy< Node_CItr, Node_Itr, _Alloc > - Primary template, base class for branch structure policies.
#include <branch_policy.hpp>
Inherited by __gnu_pbds::detail::trie_policy_base< Node_CItr, Node_Itr, _ATraits, _Alloc >, and __gnu_pbds::tree_order_statistics_node_update< Node_CItr, Node_Itr, Cmp_Fn, _Alloc > [private].
typedef rebind_v::const_pointer const_pointer
typedef rebind_v::const_reference const_reference
typedef Node_Itr::value_type it_type
typedef rebind_k::const_reference key_const_reference
typedef value_type::first_type key_type
typedef remove_const< key_type >::type rckey_type
typedef remove_const< value_type >::type rcvalue_type
typedef rebind_traits< _Alloc, rckey_type > rebind_k
typedef rebind_traits< _Alloc, rcvalue_type > rebind_v
typedef rebind_v::reference reference
typedef std::iterator_traits< it_type >::value_type
value_type
virtual it_type end ()=0
it_type end_iterator () const
static key_const_reference extract_key (const_reference
r_val)
struct __gnu_pbds::detail::branch_policy< Node_CItr, Node_Itr, _Alloc >"Primary template, base class for branch structure policies.
Definition at line 53 of file branch_policy.hpp.
Definition at line 68 of file branch_policy.hpp.
Definition at line 67 of file branch_policy.hpp.
Definition at line 56 of file branch_policy.hpp.
Definition at line 70 of file branch_policy.hpp.
Definition at line 58 of file branch_policy.hpp.
Definition at line 61 of file branch_policy.hpp.
Definition at line 60 of file branch_policy.hpp.
Definition at line 64 of file branch_policy.hpp.
Definition at line 63 of file branch_policy.hpp.
Definition at line 66 of file branch_policy.hpp.
Definition at line 57 of file branch_policy.hpp.
Definition at line 84 of file branch_policy.hpp.
Definition at line 80 of file branch_policy.hpp.
Definition at line 73 of file branch_policy.hpp.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |