C++ Crashkurs
size.h File Reference
Template function to determine the length of an array. More...
#include "types.h"
Include dependency graph for size.h:
This graph shows which files directly or indirectly include this file:Functions | |
| template<class T , size_t N> | |
| constexpr size_t | size (T(&)[N]) |
Detailed Description
Template function to determine the length of an array.