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

Contains tree-related policies. More...

Include dependency graph for tree_policy.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  __gnu_pbds::tree_order_statistics_node_update< Node_CItr, Node_Itr, Cmp_Fn, _Alloc >
 Functor updating ranks of entrees. More...
 

Namespaces

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

Macros

#define PB_DS_BRANCH_POLICY_BASE   detail::branch_policy<Node_CItr, Node_Itr, _Alloc>
 
#define PB_DS_CLASS_C_DEC   tree_order_statistics_node_update<Node_CItr, Node_Itr, Cmp_Fn, _Alloc>
 
#define PB_DS_CLASS_T_DEC
 

Detailed Description

Contains tree-related policies.

Macro Definition Documentation

#define PB_DS_BRANCH_POLICY_BASE   detail::branch_policy<Node_CItr, Node_Itr, _Alloc>
#define PB_DS_CLASS_C_DEC   tree_order_statistics_node_update<Node_CItr, Node_Itr, Cmp_Fn, _Alloc>
#define PB_DS_CLASS_T_DEC
Value:
template<typename Node_CItr, typename Node_Itr, typename Cmp_Fn, \
typename _Alloc>