openMSX
Macros | Functions
countof.hh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define countof(array)   (sizeof(countofHelper(array)))
 

Functions

template<typename T , unsigned N>
char(& countofHelper (T(&)[N]))[N]
 

Macro Definition Documentation

◆ countof

#define countof (   array)    (sizeof(countofHelper(array)))

Function Documentation

◆ countofHelper()

template<typename T , unsigned N>
char(& countofHelper ( T(&)  [N]) )[N]