|
Gromacs
2023.4
|
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. | |
1.8.5