#include <stdapis/stlportv5/stl/type_traits.h>
template <> |
struct __type_traits_aux< __true_type > |
Public Member Type Definitions | |
---|---|
typedef | __true_type has_trivial_assignment_operator |
typedef | __true_type has_trivial_copy_constructor |
typedef | __true_type has_trivial_default_constructor |
typedef | __true_type has_trivial_destructor |
typedef | __true_type is_POD_type |
typedef __true_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.
//Changed from publishedAll
typedef __true_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.
//Changed from publishedAll
typedef __true_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.
//Changed from publishedAll
typedef __true_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. //Changed from publishedAll
typedef __true_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.
//Changed from publishedAll