libcoro  1.0
Coroutine support library for C++20

◆ operator bool()

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

Determines validity.

Return values
truevalid (not empty)
falseinvalid (empty)

Definition at line 428 of file function.h.