_OKToMemCpy Struct Reference

struct _OKToMemCpy
Public Member Functions
_Type _Ret ()
Public Member Type Definitions
typedef __type_traits < _Tp1 >::has_trivial_assignment_operator _Tr1
typedef __type_traits < _Tp2 >::has_trivial_assignment_operator _Tr2
typedef __bool2type < _Same >::_Ret _Tr3
typedef _Land3 < _Tr1 , _Tr2 , _Tr3 >::_Ret _Type

Member Functions Documentation

_Ret()

_Type _Ret ( ) [static, inline]

Member Type Definitions Documentation

Typedef _Tr1

typedef __type_traits < _Tp1 >::has_trivial_assignment_operator _Tr1

Typedef _Tr2

typedef __type_traits < _Tp2 >::has_trivial_assignment_operator _Tr2

Typedef _Tr3

typedef __bool2type < _Same >::_Ret _Tr3

Typedef _Type

typedef _Land3 < _Tr1 , _Tr2 , _Tr3 >::_Ret _Type