ReactOS 0.4.15-dev-7953-g1f49173
_IsRefType< _Tp > Struct Template Reference

#include <type_traits.h>

Public Types

typedef _IsRef< _Tp >::_Ret _Type
 

Static Public Member Functions

static _Type _Ret ()
 

Detailed Description

template<class _Tp>
struct _IsRefType< _Tp >

Definition at line 446 of file type_traits.h.

Member Typedef Documentation

◆ _Type

template<class _Tp >
typedef _IsRef<_Tp>::_Ret _IsRefType< _Tp >::_Type

Definition at line 447 of file type_traits.h.

Member Function Documentation

◆ _Ret()

template<class _Tp >
static _Type _IsRefType< _Tp >::_Ret ( )
inlinestatic

Definition at line 448 of file type_traits.h.

448{ return _Type();}
_IsRef< _Tp >::_Ret _Type
Definition: type_traits.h:447

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