template<typename T>
struct catapult::utils::traits::is_pod< T >
If T is a standard pod type or a catapult scalar type and is not a pointer type, this struct will provide the member constant value equal to true. For any other type, value is false.
The documentation for this struct was generated from the following file: