Iros
 
Loading...
Searching...
No Matches
di::execution::Lazy< T > Class Template Reference

#include <di/execution/coroutine/lazy.h>

Public Types

using promise_type = Promise
 

Public Member Functions

 Lazy (Lazy &&other)
 
 ~Lazy ()
 
auto operator co_await () -> Awaiter
 

Member Typedef Documentation

◆ promise_type

template<typename T>
using di::execution::lazy_ns::Lazy< T >::promise_type = Promise

Constructor & Destructor Documentation

◆ Lazy()

template<typename T>
di::execution::lazy_ns::Lazy< T >::Lazy ( Lazy< T > && other)
inline

◆ ~Lazy()

template<typename T>
di::execution::lazy_ns::Lazy< T >::~Lazy ( )
inline

Member Function Documentation

◆ operator co_await()

template<typename T>
auto di::execution::lazy_ns::Lazy< T >::operator co_await ( ) -> Awaiter
inline

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