 |
array::max_size - C++ Reference - cplusplus.com - The C++ Resources Network
Returns the maximum number of elements that the array container can hold. The max_size of an array object, just like its size, is always equal to the second template parameter used to instantiate the array template class. Parameters none Return Value The
www.cplusplus.com |
 |