cmoon::formattable
Defined in module
<cmoon.concepts>
|
(1) |
The concept formattable<T, CharT>
is satisfied if and only if a value t
of type T
can be
formatted using the Standard Formatting Library with character type CharT
and output type Out
.