Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

__type_traits Struct Template Reference

#include <type_traits.h>

List of all members.

Public Types

typedef __true_type this_dummy_member_must_be_first
typedef __false_type has_trivial_default_constructor
typedef __false_type has_trivial_copy_constructor
typedef __false_type has_trivial_assignment_operator
typedef __false_type has_trivial_destructor
typedef __false_type is_POD_type

template<class _Tp> struct __type_traits


Member Typedef Documentation

template<class _Tp>
typedef __false_type __type_traits<_Tp>::has_trivial_assignment_operator
 

Definition at line 83 of file type_traits.h.

template<class _Tp>
typedef __false_type __type_traits<_Tp>::has_trivial_copy_constructor
 

Definition at line 82 of file type_traits.h.

template<class _Tp>
typedef __false_type __type_traits<_Tp>::has_trivial_default_constructor
 

Definition at line 81 of file type_traits.h.

template<class _Tp>
typedef __false_type __type_traits<_Tp>::has_trivial_destructor
 

Definition at line 84 of file type_traits.h.

template<class _Tp>
typedef __false_type __type_traits<_Tp>::is_POD_type
 

Definition at line 85 of file type_traits.h.

template<class _Tp>
typedef __true_type __type_traits<_Tp>::this_dummy_member_must_be_first
 

Definition at line 63 of file type_traits.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:29:42 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001