ReactOS 0.4.15-dev-7942-gd23573b
_BothPtrType< _Tp1, _Tp2 > Struct Template Reference

#include <type_traits.h>

Public Types

typedef _IsPtr< _Tp1 >::_Ret _IsPtr1
 
typedef _IsPtr< _Tp2 >::_Ret _IsPtr2
 
typedef _Land2< _IsPtr1, _IsPtr2 >::_Ret _Ret
 

Static Public Member Functions

static _Ret _Answer ()
 

Detailed Description

template<class _Tp1, class _Tp2>
struct _BothPtrType< _Tp1, _Tp2 >

Definition at line 480 of file type_traits.h.

Member Typedef Documentation

◆ _IsPtr1

template<class _Tp1 , class _Tp2 >
typedef _IsPtr<_Tp1>::_Ret _BothPtrType< _Tp1, _Tp2 >::_IsPtr1

Definition at line 481 of file type_traits.h.

◆ _IsPtr2

template<class _Tp1 , class _Tp2 >
typedef _IsPtr<_Tp2>::_Ret _BothPtrType< _Tp1, _Tp2 >::_IsPtr2

Definition at line 482 of file type_traits.h.

◆ _Ret

template<class _Tp1 , class _Tp2 >
typedef _Land2<_IsPtr1,_IsPtr2>::_Ret _BothPtrType< _Tp1, _Tp2 >::_Ret

Definition at line 484 of file type_traits.h.

Member Function Documentation

◆ _Answer()

template<class _Tp1 , class _Tp2 >
static _Ret _BothPtrType< _Tp1, _Tp2 >::_Answer ( )
inlinestatic

Definition at line 485 of file type_traits.h.

485{ return _Ret(); }
_Land2< _IsPtr1, _IsPtr2 >::_Ret _Ret
Definition: type_traits.h:484

The documentation for this struct was generated from the following file: