Gromacs
2024.3
|
Provides asize() function for calculating the static size of an array at compile time.
Functions | |
template<typename T , int N> | |
constexpr int | asize (T(&)[N]) |
Calculates the number of elements in a static array at compile time. | |