ReactOS 0.4.16-dev-942-g91fadeb
msl::utilities::SafeIntErrorPolicy_SafeIntException Struct Reference

#include <safeint.h>

Static Public Member Functions

static __declspec (noreturn) void SafeIntOnOverflow()
 
static __declspec (noreturn) void SafeIntOnDivZero()
 

Detailed Description

Definition at line 300 of file safeint.h.

Member Function Documentation

◆ __declspec() [1/2]

static msl::utilities::SafeIntErrorPolicy_SafeIntException::__declspec ( noreturn  )
inlinestatic

Definition at line 308 of file safeint.h.

309 {
311 throw SafeIntException( SafeIntDivideByZero );
312 }
@ SafeIntDivideByZero
Definition: safeint.h:274
#define _SAFEINT_EXCEPTION_ASSERT()
Definition: safeint.h:246

◆ __declspec() [2/2]

static msl::utilities::SafeIntErrorPolicy_SafeIntException::__declspec ( noreturn  )
inlinestatic

Definition at line 302 of file safeint.h.

303 {
305 throw SafeIntException( SafeIntArithmeticOverflow );
306 }
@ SafeIntArithmeticOverflow
Definition: safeint.h:273

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