template <typename T, typename = void>
struct is_iterator
Defined at line 22 of file ../../src/lib/containers/cpp/template_util.h
Used to detech whether the given type is an iterator. This is normally used
with std::enable_if to provide disambiguation for functions that take
templatzed iterators as input.