_TrivialNativeTypeCopy Struct Reference

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

struct _TrivialNativeTypeCopy
Public Member Type Definitions
typedef _Land2< _Int1, _Int2 >::_Ret _BothInts
typedef _Lor2< _BothInts, _BothRats >::_Ret _BothNatives
typedef _Land2< _Ptr1, _Ptr2 >::_Ret _BothPtrs
typedef _Land2< _Rat1, _Rat2 >::_Ret _BothRats
typedef _IsCVConvertibleIf< _BothPtrs, _Src, _Dst >::_Ret _Convertible
typedef _IsIntegral< _Src >::_Ret _Int1
typedef _IsIntegral< _Dst >::_Ret _Int2
typedef _IsPtr< _Src >::_Ret _Ptr1
typedef _IsPtr< _Dst >::_Ret _Ptr2
typedef _IsRational< _Src >::_Ret _Rat1
typedef _IsRational< _Dst >::_Ret _Rat2
typedef _Lor2< _Trivial1, _Trivial2 >::_Ret _Ret
typedef __bool2type<(sizeof(_Src)==sizeof(_Dst))>::_Ret _SameSize
typedef _Land2< _BothPtrs, _Convertible >::_Ret _Trivial1
typedef _Land2< _BothNatives, _SameSize >::_Ret _Trivial2

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.

Member Type Definition Documentation

Typedef _BothInts

typedef _Land2< _Int1, _Int2 >::_Ret_BothInts

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 _BothNatives

typedef _Lor2< _BothInts, _BothRats >::_Ret_BothNatives

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 _BothPtrs

typedef _Land2< _Ptr1, _Ptr2 >::_Ret_BothPtrs

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 _BothRats

typedef _Land2< _Rat1, _Rat2 >::_Ret_BothRats

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 _Convertible

typedef _IsCVConvertibleIf< _BothPtrs, _Src, _Dst >::_Ret_Convertible

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 _Int1

typedef _IsIntegral< _Src >::_Ret_Int1

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 _Int2

typedef _IsIntegral< _Dst >::_Ret_Int2

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 _Ptr1

typedef _IsPtr< _Src >::_Ret_Ptr1

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 _Ptr2

typedef _IsPtr< _Dst >::_Ret_Ptr2

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 _Rat1

typedef _IsRational< _Src >::_Ret_Rat1

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 _Rat2

typedef _IsRational< _Dst >::_Ret_Rat2

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 _Ret

typedef _Lor2< _Trivial1, _Trivial2 >::_Ret_Ret

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 _SameSize

typedef __bool2type<(sizeof(_Src)==sizeof(_Dst))>::_Ret_SameSize

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 _Trivial1

typedef _Land2< _BothPtrs, _Convertible >::_Ret_Trivial1

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 _Trivial2

typedef _Land2< _BothNatives, _SameSize >::_Ret_Trivial2

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.