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