cmoon::detected
Defined in module
<cmoon.type_traits>
|
(1) |
|
(2) |
|
(3) |
-
An
std::integral_constant
whose member constantvalue
istrue
ifOp<Args...>
is valid, else its member constantvalue
isfalse
. -
The type that is a result of
Op<Args...>
ifOp<Args...>
is valid. If it is not valid, then the type is cmoon::nonesuch. -
The type that is a result of
Op<Args...>
ifOp<Args...>
is valid. If it is not valid, then the type isDefault
.
Additional utilities
|
|
|
|
|
|