GNU g++  v5.2.1
GNU Standard C++
trie_policy_base.hpp File Reference

Contains an implementation of trie_policy_base. More...

Include dependency graph for trie_policy_base.hpp:
This graph shows which files directly or indirectly include 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_C_DEC   trie_policy_base<Node_CItr, Node_Itr, _ATraits, _Alloc>
 
#define PB_DS_CLASS_T_DEC
 

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>