MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / NELEMS

Function NELEMS

jni/stasm/misc.h:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 void operator=(const ClassName&)
109
110template <typename T> int NELEMS(const T& x) // number of elems in an array
111{
112 return int(sizeof(x) / sizeof((x)[0]));
113}
114
115// The NSIZE and STRNLEN utility functions prevent the following
116// warnings from certain compilers:

Callers 5

PrevAndNextLandmarksFunction · 0.85
PointWeightsFunction · 0.85
EyeMouthDistFunction · 0.85
InterEyeDistFunction · 0.85
InitModsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected