emlabcpp
modern opinionated embedded C++ library
emlabcpp::coro::data_promise< T > Struct Template Reference

#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

value
 

Member Function Documentation

◆ return_value()

template<typename T >
template<typename U >
void emlabcpp::coro::data_promise< T >::return_value ( U &&  val)
inline

Member Data Documentation

◆ value

template<typename T >
T emlabcpp::coro::data_promise< T >::value

The documentation for this struct was generated from the following file: