|
emlabcpp
modern opinionated embedded C++ library
|
#include <data_promise.h>
Inheritance diagram for emlabcpp::coro::data_promise< T >:
Collaboration diagram for emlabcpp::coro::data_promise< T >:Public Member Functions | |
| template<typename U > | |
| void | return_value (U &&val) |
Public Attributes | |
| T | value |
|
inline |
References emlabcpp::coro::data_promise< T >::value.
| T emlabcpp::coro::data_promise< T >::value |