BloombergLP::bdlat_ArrayFunctions::bdlat_arraySize

Return the number of elements in the specified array.

Synopsis

Declared in <bdlat_arrayfunctions.h>

template<
    class TYPE,
    class ALLOC>
std::size_t
bdlat_arraySize(bsl::vector<TYPE, ALLOC> const& array);