|
template<class T , class C > |
C const & | container (std::queue< T, C > const &queue) |
| Allows access to the protected container in queue. More...
|
|
template<class T , class C , class Comp > |
C const & | container (std::priority_queue< T, C, Comp > const &priority_queue) |
| Allows access to the protected container in priority queue. More...
|
|
template<class T , class C , class Comp > |
Comp const & | comparator (std::priority_queue< T, C, Comp > const &priority_queue) |
| Allows access to the protected comparator in priority queue. More...
|
|