41#ifndef PB_DS_PRIORITY_QUEUE_BASE_DS_DISPATCHER_HPP
42#define PB_DS_PRIORITY_QUEUE_BASE_DS_DISPATCHER_HPP
44#define PB_DS_ASSERT_VALID(X) \
45 _GLIBCXX_DEBUG_ONLY(X.assert_valid(__FILE__, __LINE__);)
47#define PB_DS_DEBUG_VERIFY(_Cond) \
48 _GLIBCXX_DEBUG_VERIFY_AT(_Cond, \
49 _M_message(#_Cond" assertion from %1;:%2;") \
50 ._M_string(__FILE__)._M_integer(__LINE__) \
59#undef PB_DS_DEBUG_VERIFY
60#undef PB_DS_ASSERT_VALID
73 template<
typename _VTp,
typename Cmp_Fn,
typename _Alloc>
82 template<
typename _VTp,
typename Cmp_Fn,
typename _Alloc>
91 template<
typename _VTp,
typename Cmp_Fn,
typename _Alloc>
100 template<
typename _VTp,
typename Cmp_Fn,
typename _Alloc>
109 template<
typename _VTp,
typename Cmp_Fn,
typename _Alloc>
GNU extensions for policy-based data structures for public use.
Redundant-counter binomial-heap.
Binary-heap (array-based).
Represents no type, or absence of type, for template tricks.
Dispatch mechanism, primary template for associative types.
pairing_heap< _VTp, Cmp_Fn, _Alloc > type
Dispatched type.
binomial_heap< _VTp, Cmp_Fn, _Alloc > type
Dispatched type.
rc_binomial_heap< _VTp, Cmp_Fn, _Alloc > type
Dispatched type.
binary_heap< _VTp, Cmp_Fn, _Alloc > type
Dispatched type.
thin_heap< _VTp, Cmp_Fn, _Alloc > type
Dispatched type.