Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::heap::detail::heap_merge_emulate< Heap1, Heap2 > Struct Template Reference

#include <heap_merge.hpp>

Classes

struct  dummy_reserver
 
struct  reserver
 

Public Types

typedef boost::mpl::if_c
< Heap1::has_reserve, reserver,
dummy_reserver >::type 
space_reserver
 

Static Public Member Functions

static void merge (Heap1 &lhs, Heap2 &rhs)
 

Member Typedef Documentation

template<typename Heap1 , typename Heap2 >
typedef boost::mpl::if_c<Heap1::has_reserve, reserver, dummy_reserver>::type boost::heap::detail::heap_merge_emulate< Heap1, Heap2 >::space_reserver

Member Function Documentation

template<typename Heap1 , typename Heap2 >
static void boost::heap::detail::heap_merge_emulate< Heap1, Heap2 >::merge ( Heap1 &  lhs,
Heap2 &  rhs 
)
inlinestatic

The documentation for this struct was generated from the following file: