__gnu_pbds::detail::trie_policy_base< Node_CItr, Node_Itr, _ATraits, _Alloc >(3cxx) | __gnu_pbds::detail::trie_policy_base< Node_CItr, Node_Itr, _ATraits, _Alloc >(3cxx) |
NAME¶
__gnu_pbds::detail::trie_policy_base< Node_CItr, Node_Itr, _ATraits, _Alloc > -SYNOPSIS¶
Inherits __gnu_pbds::detail::branch_policy< Node_CItr, Node_Itr, _Alloc >. Inherited by __gnu_pbds::trie_order_statistics_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc > [private], and __gnu_pbds::trie_prefix_search_node_update< Node_CItr, Node_Itr, _ATraits, _Alloc > [private].Public Types¶
typedef _ATraits access_traits
Protected Types¶
typedef rebind_v::const_pointer const_pointer
Protected Member Functions¶
virtual const_iterator end () const =0
Static Protected Member Functions¶
static size_type common_prefix_len (node_iterator, e_const_iterator, e_const_iterator, const access_traits &)
Detailed Description¶
template<typename Node_CItr, typename Node_Itr, typename _ATraits, typename _Alloc>class __gnu_pbds::detail::trie_policy_base< Node_CItr, Node_Itr, _ATraits, _Alloc >¶
Base class for trie policies. Definition at line 53 of file trie_policy_base.hpp.Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Wed Jan 31 2018 | libstdc++ |