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

Contains an implementation class for a pairing heap. More...

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

Classes

class  __gnu_pbds::detail::pairing_heap< Value_Type, Cmp_Fn, _Alloc >
 Pairing heap. More...
 

Namespaces

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

Macros

#define PB_DS_ASSERT_NODE_CONSISTENT(_Node, _Bool)
 
#define PB_DS_CLASS_C_DEC   pairing_heap<Value_Type, Cmp_Fn, _Alloc>
 
#define PB_DS_CLASS_T_DEC   template<typename Value_Type, typename Cmp_Fn, typename _Alloc>
 
#define PB_DS_P_HEAP_BASE   left_child_next_sibling_heap<Value_Type, Cmp_Fn, null_type, _Alloc>
 

Detailed Description

Contains an implementation class for a pairing heap.

Macro Definition Documentation

#define PB_DS_ASSERT_NODE_CONSISTENT (   _Node,
  _Bool 
)
Value:
_GLIBCXX_DEBUG_ONLY(base_type::assert_node_consistent(_Node, _Bool, \
__FILE__, __LINE__);)
#define _GLIBCXX_DEBUG_ONLY(_Statement)
Definition: debug.h:63
#define PB_DS_CLASS_C_DEC   pairing_heap<Value_Type, Cmp_Fn, _Alloc>
#define PB_DS_CLASS_T_DEC   template<typename Value_Type, typename Cmp_Fn, typename _Alloc>
#define PB_DS_P_HEAP_BASE   left_child_next_sibling_heap<Value_Type, Cmp_Fn, null_type, _Alloc>