Into

Modules

Documentation

classPii::IsNumeric

#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.

Inherits Pii::Or< IsSigned< T >::boolValue, IsUnsigned< T >::boolValue, IsFloatingPoint< T >::boolValue >

Inherited by Pii::IsPrimitive< T >

Description

Notes (0)

Add a note

Not a single note added yet. Be the first, add yours.