#define TTS_ALL_EQUAL | ( | L, | |
R, | |||
... | |||
) | TTS_ALL_ABSOLUTE_EQUAL(L,R, 0 __VA_ARGS__ ) |
Checks if all elements of two sequences are all equal and that their sizes are equal.
This comparison is performed by using the proper tts::absolute_distance overload.
L,R | Sequences to compare. |
... | Optional tag. If equals to REQUIRED , this test will stop the program if it fails. |