libcoro  1.0
Coroutine support library for C++20

◆ has_value()

template<typename T , typename SubscribeFn = function<prepared_coro(promise<T>)>>
bool coro::subscription< T, SubscribeFn >::has_value ( ) const
inline

Determine, whether has value.

Definition at line 95 of file subscription.h.

+ Here is the caller graph for this function: