libcoro  1.0
Coroutine support library for C++20

◆ empty()

template<unsigned int reserved_space = 4*sizeof(void *)>
bool coro::any< reserved_space >::empty ( ) const
inlinenoexcept

Determines whether object is empty.

Return values
trueempty
falsenot empty

Definition at line 419 of file function.h.