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

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

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

Classes

class  __gnu_pbds::detail::binomial_heap< Value_Type, Cmp_Fn, _Alloc >
 Binomial heap. More...
 

Namespaces

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

Macros

#define PB_DS_CLASS_C_DEC   binomial_heap<Value_Type, Cmp_Fn, _Alloc>
 
#define PB_DS_CLASS_T_DEC   template<typename Value_Type, typename Cmp_Fn, typename _Alloc>
 

Detailed Description

Contains an implementation class for a binomial heap.

Macro Definition Documentation

#define PB_DS_CLASS_C_DEC   binomial_heap<Value_Type, Cmp_Fn, _Alloc>
#define PB_DS_CLASS_T_DEC   template<typename Value_Type, typename Cmp_Fn, typename _Alloc>