FunctionWrapper::ImplType
less than a minute
FunctionWrapper::ImplType
Inherits from FunctionWrapper::ImplBase
Public Functions
Name | |
---|---|
ImplType(F && f_) | |
void | call() |
Public Attributes
Name | |
---|---|
F | f |
Detailed Description
template <typename F >
struct FunctionWrapper::ImplType;
Public Functions Documentation
function ImplType
inline ImplType(
F && f_
)
function call
inline void call()
Public Attributes Documentation
variable f
F f;
Updated on 2022-04-05 at 16:21:26 +0200