cmoon::unary_operator
Defined in module
<cmoon.concepts>
|
(1) |
The concept unary_operator<F, Result>
is satisfied if and only if F
is invocable given the type Result
and returning the type Result
.