ReactOS 0.4.16-dev-942-g91fadeb
msl::utilities::details::GetCastMethod< ToType, FromType > Class Template Reference

#include <safeint_internal.h>

Public Types

enum  { method }
 

Detailed Description

template<typename ToType, typename FromType>
class msl::utilities::details::GetCastMethod< ToType, FromType >

Definition at line 298 of file safeint_internal.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename ToType , typename FromType >
anonymous enum
Enumerator
method 

Definition at line 301 of file safeint_internal.h.

302 {
305
310
314
317 sizeof( FromType ) >= sizeof( ToType ) ) ||
319 sizeof( FromType ) > sizeof( ToType ) ) ) ? CastCheckGTMax :
320
323 sizeof( ToType ) >= sizeof( FromType ) ) ? CastCheckLTZero :
324
327 };
method
Definition: dragdrop.c:54

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