#include <_unary_type_traits.hpp>
Public Types | |
| typedef instigate::stl::true_type | has_trivial_default_constructor |
| the type has trivial default constructor | |
| typedef instigate::stl::true_type | has_trivial_copy_constructor |
| the type has trivial copy constructor | |
| typedef instigate::stl::true_type | has_trivial_assignment_operator |
| the type has trivial assignment operator | |
| typedef instigate::stl::true_type | has_trivial_destructor |
| the type has trivial default destructor | |
| typedef instigate::stl::true_type | is_POD_type |
| the type is POD type | |