classPii::IsNumericOrComplex
#include <PiiTypeTraits.h>
A tester struct whose boolValue member evaluates
statically to true if the template parameter
T is a numeric primitive (non-bool) type or a complex
number (std::complex).
Inherits Pii::Or< IsNumeric< T >::boolValue, IsComplex< T >::boolValue >
Description
Add a note
Not a single note added yet. Be the first, add yours.