#include <d_ary_heap.hpp>
Public Types | |
typedef mpl::if_c< is_mutable, priority_queue_mutable_wrapper < d_ary_heap< T, BoundArgs, nop_index_updater > >, d_ary_heap< T, BoundArgs, nop_index_updater > >::type | type |
Static Public Attributes | |
static const bool | is_mutable = extract_mutable<BoundArgs>::value |
typedef mpl::if_c< is_mutable, priority_queue_mutable_wrapper<d_ary_heap<T, BoundArgs, nop_index_updater > >, d_ary_heap<T, BoundArgs, nop_index_updater > >::type boost::heap::detail::select_dary_heap< T, BoundArgs >::type |
|
static |