Base Framework
Public Types | List of all members
primitives::Arithmetic< TYPE > Class Template Reference

Is arithmetic primitive type. More...

#include <base/Primitives.h>

Public Types

enum  { IS_ARITHMETIC }
 

Detailed Description

template<class TYPE>
class primitives::Arithmetic< TYPE >

Is arithmetic primitive type.

Specifies whether or not the given type is an arithmetic (i.e. cardinal or floating) type.

Member Enumeration Documentation

◆ anonymous enum

template<class TYPE >
anonymous enum
Enumerator
IS_ARITHMETIC 

True if the type is an arithmetic type.