CbmRoot
|
Implementation of cbm::algo::ca::EnumArray class. More...
#include <boost/serialization/array.hpp>
#include <boost/serialization/base_object.hpp>
#include <array>
Go to the source code of this file.
Classes | |
class | cbm::algo::ca::EnumArray< E, T > |
Class of arrays, which can be accessed by an enum class entry as an index. More... | |
Namespaces | |
namespace | cbm |
namespace | cbm::algo |
namespace | cbm::algo::ca |
TODO: SZh 8.11.2022: add selection of parameterisation. | |
Enumerations | |
enum class | cbm::algo::ca::EDummy { cbm::algo::ca::END } |
Dummy enum, representing an array with zero elements. More... | |
Implementation of cbm::algo::ca::EnumArray class.
Array indexed by a generic enum class.
Definition in file CaEnumArray.h.