NDDEM
Functions
cereal::queue_detail Namespace Reference

Functions

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

Function Documentation

◆ comparator()

template<class T , class C , class Comp >
Comp const& cereal::queue_detail::comparator ( std::priority_queue< T, C, Comp > const priority_queue)
inline

Allows access to the protected comparator in priority queue.

◆ container() [1/2]

template<class T , class C , class Comp >
C const& cereal::queue_detail::container ( std::priority_queue< T, C, Comp > const priority_queue)
inline

Allows access to the protected container in priority queue.

◆ container() [2/2]

template<class T , class C >
C const& cereal::queue_detail::container ( std::queue< T, C > const queue)
inline

Allows access to the protected container in queue.