STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros
trie_policy_base.hpp File Reference
#include <ext/pb_ds/detail/branch_policy/branch_policy.hpp>

Go to the source code of this file.

Classes

class  __gnu_pbds::detail::trie_policy_base< Node_CItr, Node_Itr, _ATraits, _Alloc >
 Base class for trie policies. More...
 

Namespaces

 __gnu_pbds
 GNU extensions for policy-based data structures for public use.
 
 __gnu_pbds::detail
 

Macros

#define PB_DS_CLASS_T_DEC
 
#define PB_DS_CLASS_C_DEC   trie_policy_base<Node_CItr, Node_Itr, _ATraits, _Alloc>
 

Detailed Description

Contains an implementation of trie_policy_base.

Macro Definition Documentation

#define PB_DS_CLASS_C_DEC   trie_policy_base<Node_CItr, Node_Itr, _ATraits, _Alloc>
#define PB_DS_CLASS_T_DEC
Value:
template<typename Node_CItr, typename Node_Itr, \
typename _ATraits, typename _Alloc>