|
using | status_t = util::optional_t<T> |
|
|
bool | peek () |
|
status_t | pop () |
|
template<class Rep , class Period > |
status_t | pop (std::chrono::duration< Rep, Period > delay) |
|
| queue_t (std::uint32_t max_elements=32) |
|
template<class... Args> |
void | raise (Args &&...args) |
|
bool | running () const |
|
void | stop () |
|
std::vector< T > & | unsafe () |
|
The documentation for this class was generated from the following file: