Glue template

group Glue template

This file contains functions declarations and macros that should be implemented according to the needs of the host environment into which npmx is integrated.

Defines

NPMX_ASSERT(expression)

Macro for placing a runtime assertion.

Parameters:
  • expression – Expression to be evaluated.

NPMX_STATIC_ASSERT(expression)

Macro for placing a compile time assertion.

Parameters:
  • expression – Expression to be evaluated.