ReactOS 0.4.15-dev-7998-gdb93cb1
_IsPOD< _Tp > Struct Template Reference

#include <type_traits.h>

Public Types

typedef __type_traits< _Tp >::is_POD_type _Type
 

Static Public Member Functions

static _Type _Answer ()
 

Detailed Description

template<class _Tp>
struct _IsPOD< _Tp >

Definition at line 545 of file type_traits.h.

Member Typedef Documentation

◆ _Type

template<class _Tp >
typedef __type_traits<_Tp>::is_POD_type _IsPOD< _Tp >::_Type

Definition at line 546 of file type_traits.h.

Member Function Documentation

◆ _Answer()

template<class _Tp >
static _Type _IsPOD< _Tp >::_Answer ( )
inlinestatic

Definition at line 547 of file type_traits.h.

547{ return _Type(); }
__type_traits< _Tp >::is_POD_type _Type
Definition: type_traits.h:546

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