[#BloombergLP-bsltf-InputIteratorUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::InputIteratorUtil :relfileprefix: ../../ :mrdocs: This namespace `struct` allows the easy creation of `begin` and `end` iterators from a variety of contiguous range types. Either the argument must be an array, or a container that supports the following operations: * `size()` * `operator` (if 0 != size()) == Synopsis Declared in `<bsltf_inputiterator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct InputIteratorUtil; ---- == Description and the type `CONTIGUOUS_CONTAINER::value_type`. == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsltf/InputIteratorUtil/begin-060.adoc[`begin`] | `begin` overloads | xref:BloombergLP/bsltf/InputIteratorUtil/end-09.adoc[`end`] | `end` overloads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#