Struct template MutablePriorityQueue
boost::heap::MutablePriorityQueue
Synopsis
template<typename C>
struct MutablePriorityQueue : public boost::heap::PriorityQueue< C > {
typedef C::handle_type handle_type;
typedef C::iterator iterator;
typedef C::const_iterator const_iterator;
typedef C::allocator_type allocator_type;
typedef C::value_compare value_compare;
typedef C::value_type value_type;
typedef C::const_reference const_reference;
BOOST_CONCEPT_USAGE(MutablePriorityQueue);
BOOST_CONCEPT_USAGE(PriorityQueue);
C c;
bool equal;
bool not_equal;
};
Description
MutablePriorityQueue public member functions
BOOST_CONCEPT_USAGE(MutablePriorityQue);
BOOST_CONCEPT_USAGE(Приоритетный запрос);