xmscore
1.0
carray.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
8
//------------------------------------------------------------------------------
9
10
//------------------------------------------------------------------------------
14
//------------------------------------------------------------------------------
15
#define XM_COUNTOF(array) (sizeof(::xms::caArraySizeHelper(array)))
16
17
//----- Namespace declaration --------------------------------------------------
18
namespace
xms
19
{
20
//------------------------------------------------------------------------------
38
//------------------------------------------------------------------------------
39
template
<
typename
T,
size_t
N>
40
char (&caArraySizeHelper(T (&array)[N]))[N];
41
42
}
// namespace xms
xms
Definition:
daStreamIo.cpp:37
xmscore
misc
carray.h
Generated on Wed Sep 16 2020 15:54:16 for xmscore by
1.8.13