 |
array::size - C++ Reference - cplusplus.com - The C++ Resources Network
Returns the number of elements in the array container. The size of an array object is always equal to the second template parameter used to instantiate the array template class (N). Unlike the language operator sizeof, which returns the size in bytes, thi
www.cplusplus.com |
 |