Instigate Open Source Documentation

instigate::stl::unary_type_traits< _Tp * > Struct Template Reference

Specialization of the instigate::stl::unary_type_traits for pointer. More...

#include <_unary_type_traits.hpp>

List of all members.

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


Detailed Description

template<class _Tp>
struct instigate::stl::unary_type_traits< _Tp * >

Specialization of the instigate::stl::unary_type_traits for pointer.
The documentation for this struct was generated from the following file:


© Instigate CJSC, Open Source