#define TTS_ALL_ABSOLUTE_EQUAL | ( | L, | |
R, | |||
N, | |||
... | |||
) | TTS_ALL(L,R, ::tts::absolute_distance,N,"unit", __VA_ARGS__ ) |
Checks if all elements of two sequences are within a given absolute distance and that their sizes are equal.
This comparison is performed by using the proper tts::absolute_distance overload.
L,R | Sequences to compare. |
N | Maximum absolute distance accepted between L and R . |
... | Optional tag. If equals to REQUIRED , this test will stop the program if it fails. |