#define SYTEN_MPS_EXPECT_ORDER | ( | a, | |
b, | |||
c, | |||
f | |||
) |
Asserts that the supplied macro arguments a
, b
and c
are 1 through 3 with the calling funcation named as f
.
Example usage: SYTEN_MPO_EXPECT_ORDER(State::uIdx, State::lIdx, State::rIdx, "myfun")
to ensure that nobody changes index ordering from below you.