Return the number of elements in the specified array of template parameter LENGTH elements of template parameter TYPE. This method is synonymous with the size method.

Synopsis

Declared in <bdlb_arrayutil.h>

template<
    class TYPE,
    std::size_t LENGTH>
static
std::size_t
length(TYPE(& array)[]);

Created with MrDocs