All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
gears::concepts::Arithmetic< T > Struct Template Reference

Checks if a type is floating point or integral. More...

Inherits is_arithmetic< T >.

Detailed Description

template<typename T>
struct gears::concepts::Arithmetic< T >

A Unary concept that checks if a type is an arithmetic type.

An arithmetic type is a type that you could do basic mathematical arithmetic on. These are the types that meet Integral or FloatingPoint.

Template Parameters
TType to check

Definition at line 423 of file basic.hpp.