Alias for bsltf::InputIterator<TYPE>; a pure input iterator for an empty range, used to test algorithm compatibility with restrictive input iterators.
Declared in <bdlb_testinputiterator.h>
template<class TYPE>
using TestInputIterator = bsltf::InputIterator<TYPE>;