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

Checks if a type is a fundamental type. More...

Inherits is_fundamental< T >.

Detailed Description

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

A Unary concept that checks if a type is fundamental.

A fundamental type is one that is either:

Template Parameters
TType to check

Definition at line 439 of file basic.hpp.