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);
Return Value
number of elements in array
Parameters
Name |
Description |
array |
array reference to query |
Created with MrDocs