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.
Declared in <bdlb_arrayutil.h>
template<
class TYPE,
std::size_t LENGTH>
static
std::size_t
size(TYPE(& array)[]);