[#BloombergLP-bdlb-ArrayUtil-end] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/ArrayUtil.adoc[ArrayUtil]::end :relfileprefix: ../../../ :mrdocs: Return the past‐the‐end iterator for the specified `array` of template parameter `LENGTH` elements of template parameter `TYPE`. == Synopsis Declared in `<bdlb_arrayutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, std::size_t LENGTH> static TYPE* end(TYPE(& array)[]); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#