|
NeKernel dev
|
#include <math.h>#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Namespaces | |
| namespace | utl |
Functions | |
| template<class T, size_t N> | |
| constexpr size_t | utl::countof (T(&)[N]) |
| Helper to get number of elements in array. | |