StuBS
size.h File Reference

Template function to determine the length of an array. More...

#include "types.h"
Include dependency graph for size.h:

Functions

template<class T, size_t N>
constexpr size_t size (T(&)[N])

Detailed Description

Template function to determine the length of an array.