cmoon::function_object
Defined in module
<cmoon.concepts>
|
(1) |
The concept function_object<F, Args...>
is satisfied if and only if F
is an object and is invocable given Args...
.