|
pianod2
multisource multiuser scriptable networked music player
|
Enumerated array type. More...
#include <config.h>#include <cassert>#include <type_traits>

Go to the source code of this file.
Classes | |
| class | EnumeratedArray< Enumeration, ValueType, size_element, enum_size > |
| An array indexed by an enumeration rather than an integer of some sort. More... | |
| class | EnumeratedArray< Enumeration, ValueType, size_element, enum_size >::eaiterator< IteratedType > |
Enumerated array type.
Array is defined by and access by an enumeration, including enum class, rather than numeric values.