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

Checks if a type is a plain-old-data (POD). More...

Inherits is_pod< Bare< T > >.

Detailed Description

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

A Unary concept that checks if a type is a plain old data (POD) type.

A type that is a POD is a type that meets StandardLayout and is trivial.

Template Parameters
TType to check

Definition at line 267 of file basic.hpp.