KiCad PCB EDA Suite
Loading...
Searching...
No Matches
arraydim.h File Reference

Go to the source code of this file.

Functions

template<typename T , std::size_t N>
constexpr std::size_t arrayDim (T const (&)[N]) noexcept
 Returns # of elements in an array.
 

Function Documentation

◆ arrayDim()