CatapultServer  v0.5.0.1 (Elephant)
catapult::utils::traits::is_pod< T > Struct Template Reference
Inheritance diagram for catapult::utils::traits::is_pod< T >:
Collaboration diagram for catapult::utils::traits::is_pod< T >:

Detailed Description

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: