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

Checks if a type is a compound type. More...

Inherits is_compound< T >.

Detailed Description

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

A Unary concept that checks if a type is compound.

A compound type is the opposite of Fundamental. It's either:

  • a pointer
  • an array
  • an enumerator
  • a reference
  • a class (or struct)
  • a union
Template Parameters
TType to check

Definition at line 458 of file basic.hpp.