[#BloombergLP-bsltf-InputIteratorUtil-end-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsltf.adoc[bsltf]::xref:BloombergLP/bsltf/InputIteratorUtil.adoc[InputIteratorUtil]::end :relfileprefix: ../../../ :mrdocs: `end` overloads == Synopses Declared in `<bsltf_inputiterator.h>` Return an `InputIterator` referring to after the last 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/end-0f.adoc[end](CONTIGUOUS_CONTAINER& container); ---- [.small]#xref:BloombergLP/bsltf/InputIteratorUtil/end-0f.adoc[_» more..._]# Return an `InputIterator` referring to after the last 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/end-01.adoc[end](CONTIGUOUS_CONTAINER const& container); ---- [.small]#xref:BloombergLP/bsltf/InputIteratorUtil/end-01.adoc[_» more..._]# Return an `InputIterator` referring to after the last 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/end-0b.adoc[end](TYPE(& array)[]); ---- [.small]#xref:BloombergLP/bsltf/InputIteratorUtil/end-0b.adoc[_» more..._]# Return an `InputIterator` referring to after the last 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/end-08.adoc[end](TYPE const(& array)[]); ---- [.small]#xref:BloombergLP/bsltf/InputIteratorUtil/end-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#