WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::util::unique_function< FunctionT > Class Template Reference

unique_function is a type-erasing functor similar to std::function. More...

Detailed Description

template<typename FunctionT>
class wpi::util::unique_function< FunctionT >

unique_function is a type-erasing functor similar to std::function.

It can hold move-only function objects, like lambdas capturing unique_ptrs. Accordingly, it is movable but not copyable.

It supports const-qualification:


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