std::is_pod

std::is_pod

Defined in header <type_traits>
template< class T >
struct is_pod;
(since C++11)

If T is a PODType ("plain old data type"), that is, both trivial and standard-layout, provides the member constant value equal true. For any other type, value is false.

The behavior is undefined if std::remov