ReactOS 0.4.15-dev-7907-g95bf896
type_manips.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  __true_type
 
struct  __false_type
 
struct  __bool2type< _Is >
 
struct  __bool2type< 1 >
 
struct  __bool2type< 0 >
 
struct  __type2bool< __bool_type >
 
struct  __type2bool< __true_type >
 
struct  __type2bool< __false_type >
 
struct  _Not< _BoolType >
 
struct  _Not< __false_type >
 
struct  _Land2< _P1, _P2 >
 
struct  _Land2< __true_type, __true_type >
 
struct  _Land3< _P1, _P2, _P3 >
 
struct  _Land3< __true_type, __true_type, __true_type >
 
struct  _Lor2< _P1, _P2 >
 
struct  _Lor2< __false_type, __false_type >
 
struct  _Lor3< _P1, _P2, _P3 >
 
struct  _Lor3< __false_type, __false_type, __false_type >
 
struct  __select< _Cond, _Tp1, _Tp2 >
 
struct  _NoVolatilePointerShim
 
struct  _Copyable< _Src, _Dst >
 
struct  _AreCopyable< _Src, _Dst >
 
struct  _AreSameTypes< _Tp1, _Tp2 >
 
struct  _ConversionHelper< _Src, _Dst >
 
struct  _IsConvertible< _Src, _Dst >
 
struct  _IsCVConvertible< _Src, _Dst >
 

Functions

template<class _Tp >
char _STLP_CALL _IsCopyableFun (bool, _NoVolatilePointerShim, _Tp const *, _Tp *)
 
char *_STLP_CALL _IsCopyableFun (bool,...)
 

Function Documentation

◆ _IsCopyableFun() [1/2]

template<class _Tp >
char _STLP_CALL _IsCopyableFun ( bool  ,
_NoVolatilePointerShim  ,
_Tp const ,
_Tp *   
)

◆ _IsCopyableFun() [2/2]

char *_STLP_CALL _IsCopyableFun ( bool  ,
  ... 
)