CXXIter 0.2
|
Concept that checks whether the given invocable type TFn
is a function-type that accepts the parameter of types TArgs
by value.
More...
Concept that checks whether the given invocable type TFn
is a function-type that accepts the parameter of types TArgs
by value.
This concepts only accepts TFn
if it takes the argument types by value. Neither taking the parameters as rvalue references, nor as lvalue references is allowed.
Definition at line 40 of file Constraints.h.