WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
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: