cmoon::is_all_of
Defined in module
<cmoon.type_traits>
|
(1) |
If T
is the same as all of the types in Ts...
, its member constant value
is true
. Otherwise,
its member constant value
is false
.
Helper variable template
template<typename T, typename... Ts>
constexpr bool is_all_of_v = is_all_of<T, Ts...>::value;