WPILibC++ 2024.3.2
wpi::detail::FutureThen< void, From > Struct Template Reference

#include <wpi/future.h>

Static Public Member Functions

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

Member Function Documentation

◆ Create()

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

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