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())
Declared in <bsltf_inputiterator.h>
struct InputIteratorUtil;
and the type CONTIGUOUS_CONTAINER::value_type.
| Name | Description |
|---|---|
begin | begin overloads |
end | end overloads |