qxLib
|
Static assert macros. More...
Go to the source code of this file.
Macros | |
#define | QX_STATIC_ASSERT_BETWEEN(left, value, right) qx::details::static_assert_between<(left), (value), (right)> QX_LINE_NAME(static_assert_between_) |
Shows left, value and right in error msg. More... | |
Static assert macros.
Definition in file static_assert.h.
#define QX_STATIC_ASSERT_BETWEEN | ( | left, | |
value, | |||
right | |||
) | qx::details::static_assert_between<(left), (value), (right)> QX_LINE_NAME(static_assert_between_) |
Shows left, value and right in error msg.
left | - left value |
value | - value to check |
right | - right value |
Definition at line 98 of file static_assert.h.