cmoon::supplier
Defined in module
<cmoon.concepts>
|
(1) |
The concept supplier<F, Result>
is satisfied if and only if F
is invocable given no arguments, and returns the non-void type Result
.