cmoon::has_size
Defined in module
<cmoon.concepts>
|
(1) |
The concept has_size<T>
is satisfied if and only if std::size(t)
is valid, with t
being of type T
.