Turi Create
4.0
|
Tests if T is a POD type. More...
#include <core/storage/serialization/is_pod.hpp>
Tests if T is a POD type.
gl_is_pod<T>::value is true if T is a POD type (as determined by boost::is_pod) or if T inherits from IS_POD_TYPE. gl_is_pod<T>::value is false otherwise.
Definition at line 28 of file is_pod.hpp.