__type_traits_aux Struct Reference

#include <stdapis/stlportv5/stl/type_traits.h>

struct __type_traits_aux
Public Member Type Definitions
typedef __false_type has_trivial_assignment_operator
typedef __false_type has_trivial_copy_constructor
typedef __false_type has_trivial_default_constructor
typedef __false_type has_trivial_destructor
typedef __false_type is_POD_type

Detailed Description

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

//Changed from publishedAll

Member Type Definition Documentation

Typedef has_trivial_assignment_operator

typedef __false_type has_trivial_assignment_operator

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Typedef has_trivial_copy_constructor

typedef __false_type has_trivial_copy_constructor

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Typedef has_trivial_default_constructor

typedef __false_type has_trivial_default_constructor

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Typedef has_trivial_destructor

typedef __false_type has_trivial_destructor

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.

Typedef is_POD_type

typedef __false_type is_POD_type

For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html

The Symbian implementation of this API fully supports all STL functionality.