Alias for bsltf::InputIterator<TYPE>; a pure input iterator for an empty range, used to test algorithm compatibility with restrictive input iterators.

Synopsis

Declared in <bdlb_testinputiterator.h>

template<class TYPE>
using TestInputIterator = bsltf::InputIterator<TYPE>;

Created with MrDocs