Define STATIC_ASSERT

Define Documentation

STATIC_ASSERT(expr)

Declare a condition that should be true at compile-time.

Parameters
  • expr – A C/C++ const-expression that should evaluate to True.