Checks if a type is a plain-old-data (POD). More...
Inherits is_pod< Bare< 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.
Definition at line 267 of file basic.hpp.