Wildmeshing Toolkit
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
wmtk::threading::serial_priority_queue< T, Compare > Class Template Reference

Public Member Functions

bool try_pop (T &out)
 
void push (const T &v)
 
template<typename... Args>
void emplace (Args &&... args)
 
std::size_t size () const
 
bool empty () const
 

Private Attributes

std::priority_queue< T, std::vector< T >, Compare > m_queue
 

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