Template Struct IsPod

Inheritance Relationships

Base Type

  • public std::integral_constant< bool, std::is_standard_layout< T >::value &&std::is_trivial< T >::value >

Struct Documentation

template<typename T>
struct IsPod : public std::integral_constant<bool, std::is_standard_layout<T>::value && std::is_trivial<T>::value>