C/C++ API Reference
Loading...
Searching...
No Matches
pw::async2::experimental::MapFuture< InnerFuture, Func > Class Template Reference

Public Types

using value_type = std::invoke_result_t< Func, typename InnerFuture::value_type >
 

Public Member Functions

 MapFuture (MapFuture &&)=default
 
MapFutureoperator= (MapFuture &&other)
 
 MapFuture (InnerFuture &&inner, Func &&func)
 
Poll< value_type > Pend (Context &cx)
 
bool is_pendable () const
 
bool is_complete () const
 

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