|
LIPH's C++ Codes
|
#include <blocking_queue.h>
Public Member Functions | |
| blocking_queue ()=default | |
| ~blocking_queue ()=default | |
| bool | empty () const |
| size_t | size () const |
| void | push (const T &v) |
| template<class... Args> | |
| void | emplace (Args &&...args) |
| void | pop () |
| bool | pop (T &v) |
|
default |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |