std::size, introduced in C++17, allows us to directly obtain the number of elements of an array.
6.1 KiB
6.1 KiB
std::size, introduced in C++17, allows us to directly obtain the number of elements of an array.