[#BloombergLP-bsltf-InputIteratorUtil-begin-060] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/InputIteratorUtil.adoc[InputIteratorUtil]::begin :relfileprefix: ../../../ :mrdocs: `begin` overloads == Synopses Declared in `<bsltf_inputiterator.h>` Return an `InputIterator` referring to the first element of the specified `container` or a null iterator if `container` is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class CONTIGUOUS_CONTAINER> static xref:BloombergLP/bsltf/InputIterator.adoc[InputIterator<CONTIGUOUS_CONTAINER::value_type>] xref:BloombergLP/bsltf/InputIteratorUtil/begin-05.adoc[begin](CONTIGUOUS_CONTAINER& container); ---- [.small]#xref:BloombergLP/bsltf/InputIteratorUtil/begin-05.adoc[_» more..._]# Return an `InputIterator` referring to the first element of the specified `container` or a null iterator if `container` is empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class CONTIGUOUS_CONTAINER> static xref:BloombergLP/bsltf/InputIterator.adoc[InputIterator<CONTIGUOUS_CONTAINER::value_type const>] xref:BloombergLP/bsltf/InputIteratorUtil/begin-06b.adoc[begin](CONTIGUOUS_CONTAINER const& container); ---- [.small]#xref:BloombergLP/bsltf/InputIteratorUtil/begin-06b.adoc[_» more..._]# Return an `InputIterator` referring to the first element of the specified `array`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, std::size_t LEN> static xref:BloombergLP/bsltf/InputIterator.adoc[InputIterator<TYPE>] xref:BloombergLP/bsltf/InputIteratorUtil/begin-0e.adoc[begin](TYPE(& array)[]); ---- [.small]#xref:BloombergLP/bsltf/InputIteratorUtil/begin-0e.adoc[_» more..._]# Return an `InputIterator` referring to the first element of the specified `array`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, std::size_t LEN> static xref:BloombergLP/bsltf/InputIterator.adoc[InputIterator<TYPE const>] xref:BloombergLP/bsltf/InputIteratorUtil/begin-03.adoc[begin](TYPE const(& array)[]); ---- [.small]#xref:BloombergLP/bsltf/InputIteratorUtil/begin-03.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#