Home
last modified time | relevance | path

Searched refs:AnyFuncWrapper (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/biometrics/common/thread/include/thread/
DCallable.h34 class AnyFuncWrapper;
39 class Callable::AnyFuncWrapper : public Callable {
41 explicit AnyFuncWrapper(T func) : mFunc(std::move(func)) {} in AnyFuncWrapper() function
51 return std::make_unique<AnyFuncWrapper<T>>(std::move(func)); in from()