ReactOS 0.4.16-dev-942-g91fadeb
msl::utilities::details::BinaryMethod< T, U > Class Template Reference

#include <safeint_internal.h>

Public Types

enum  { method }
 

Detailed Description

template<typename T, typename U>
class msl::utilities::details::BinaryMethod< T, U >

Definition at line 2750 of file safeint_internal.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T , typename U >
anonymous enum
Enumerator
method 

Definition at line 2753 of file safeint_internal.h.

2754 {
2755 // If both operands are unsigned OR
2756 // return type is smaller than rhs OR
2757 // return type is larger and rhs is unsigned
2758 // Then binary operations won't produce unexpected results
2759 method = ( sizeof( T ) <= sizeof( U ) ||
2765 };
#define U(x)
Definition: wordpad.c:45
method
Definition: dragdrop.c:54
#define T
Definition: mbstring.h:31

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