Return the number of elements in the specified array.

Synopses

Declared in <bdlar_arrayref.h>

Return the number of elements in the specified array.

std::size_t
bdlat_arraySize(ArrayConstRef const& array);

Return the number of elements in the specified array.

std::size_t
bdlat_arraySize(ArrayRef const& array);

Created with MrDocs