30 #ifndef PLANNER_CSPACE_RESERVABLE_PRIORITY_QUEUE_H 31 #define PLANNER_CSPACE_RESERVABLE_PRIORITY_QUEUE_H 39 typedef typename std::priority_queue<T>::size_type
size_type;
46 this->c.reserve(capacity);
50 return this->c.capacity();
62 #endif // PLANNER_CSPACE_RESERVABLE_PRIORITY_QUEUE_H
std::priority_queue< T >::size_type size_type
size_type capacity() const
void reserve(const size_type capacity)
reservable_priority_queue(const size_type capacity=0)