MDL SDK API nvidia_logo_transpbg.gif Up
assert.h File Reference

Assertions and compile-time assertions. More...

Go to the source code of this file.

Namespaces

namespace  mi
 Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.
 
namespace  mi::math
 Namespace for the Math API.
 

Macros

#define mi_math_assert(expr)   mi_base_assert(expr)
 Math API assertion macro (without message). More...
 
#define mi_math_assert_msg(expr, msg)   mi_base_assert_msg(expr, msg)
 Math API assertion macro (with message). More...
 
#define mi_math_assert_enabled
 Indicates whether assertions are actually enabled. More...
 

Detailed Description

Assertions and compile-time assertions.

See Math API Assertions.