cmoon::detected
Defined in module
<cmoon.type_traits>
|
(1) |
|
(2) |
|
(3) |
-
An
std::integral_constantwhose member constantvalueistrueifOp<Args...>is valid, else its member constantvalueisfalse. -
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
|
|
|
|
|
|