WPILibC++ 2025.0.0-alpha-1-24-g6478ba6
wpi::detail::FutureThen< To, From > Struct Template Reference

#include <wpi/future.h>

Static Public Member Functions

template<typename F >
static future< To > Create (PromiseFactory< From > &fromFactory, uint64_t request, PromiseFactory< To > &factory, F &&func)
 

Member Function Documentation

◆ Create()

template<typename To , typename From >
template<typename F >
future< To > wpi::detail::FutureThen< To, From >::Create ( PromiseFactory< From > &  fromFactory,
uint64_t  request,
PromiseFactory< To > &  factory,
F &&  func 
)
static

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