|
Diligent Engine
v.2.4.g
|
Go to the source code of this file.
Macros | |
| #define | _countof(_Array) (sizeof(*__countof_helper(_Array)) + 0) |
Functions | |
| template<typename _CountofType , std::size_t _SizeOfArray> | |
| char(* | __countof_helper (_CountofType(&_Array)[_SizeOfArray]))[_SizeOfArray] |
| #define _countof | ( | _Array | ) | (sizeof(*__countof_helper(_Array)) + 0) |
| char(* __countof_helper | ( | _CountofType(&) | _Array[_SizeOfArray] | ) | )[_SizeOfArray] |
1.8.17