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

#include <heap_concepts.hpp>

Inheritance diagram for boost::heap::PriorityQueue< C >:
Collaboration diagram for boost::heap::PriorityQueue< C >:

Public Types

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
 

Public Member Functions

 BOOST_CONCEPT_USAGE (PriorityQueue)
 

Member Typedef Documentation

template<class C >
typedef C::allocator_type boost::heap::PriorityQueue< C >::allocator_type
template<class C >
typedef C::const_iterator boost::heap::PriorityQueue< C >::const_iterator
template<class C >
typedef C::const_reference boost::heap::PriorityQueue< C >::const_reference
template<class C >
typedef C::iterator boost::heap::PriorityQueue< C >::iterator
template<class C >
typedef C::value_compare boost::heap::PriorityQueue< C >::value_compare
template<class C >
typedef C::value_type boost::heap::PriorityQueue< C >::value_type

Member Function Documentation

template<class C >
boost::heap::PriorityQueue< C >::BOOST_CONCEPT_USAGE ( PriorityQueue< C >  )
inline

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