libcoro  1.0
Coroutine support library for C++20

◆ size()

template<typename T , typename QueueImpl = std::queue<T>>
std::size_t coro::queue< T, QueueImpl >::size ( ) const
inline

retrieve current size of the queue

Returns
current size of the queue

Definition at line 149 of file queue.h.

+ Here is the caller graph for this function: