#include <testing.h>
Static Public Member Functions | |
static void | test (const Iter &aBeg, const Iter &aEnd) |
static void | test (Iter aBeg, size_t aDist) |
static void rpa::probe_range_aux< Iter, IterCat >::test | ( | Iter | aBeg, | |
size_t | aDist | |||
) | [inline, static] |
This member tries to dereference a given number of elements, starting from the input iterator. The goal is to check whether this interval is valid.
This, to avoid a compiler warning.
static void rpa::probe_range_aux< Iter, IterCat >::test | ( | const Iter & | aBeg, | |
const Iter & | aEnd | |||
) | [inline, static] |
This member tries to dereference all the elements in this interval of iterators (Except the last iterator, as usual in STL). The goal is to check whether this interval is valid.
This, to avoid a compiler warning.