|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
Return the number of elements in an array.
See discussions at:
http://www.cplusplus.com/forum/general/33669/
for details on why this is better then the traditional solution (such as implemented by DitsNumber()).
It takes advantage of the ability of the size of an array to be passed to a template.
| T | Type of array |
| S | Type of index into array |
| v | The array to return the size of. |
References CreateRunDramaTask().