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>

struct InputIteratorUtil;

Description

and the type CONTIGUOUS_CONTAINER::value_type.

Static Member Functions

Name

Description

begin

begin overloads

end

end overloads

Created with MrDocs