LLVM 20.0.0git
|
unique_function is a type-erasing functor similar to std::function. More...
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:
Definition at line 57 of file FunctionExtras.h.