![]() |
ATLAS Offline Software
|
the backend implementation for AccessorTemplate More...
#include <ColumnAccessor.h>
Static Public Attributes | |
| static constexpr bool | isDefined = false |
the backend implementation for AccessorTemplate
The main difference here is that this class doesn't have a ContainerId template parameter, as that is (normally) only needed in the constructor. So the needed information can just be passed in there.
The AccessorTemplate class will mostly wrap this class and adds the ContainerId template parameter and do all the necessary static type checking to ensure that each accessor is only used with the right objects. There are still some more specialized accessor implementations that integrate more closely with the ContainerId.
Definition at line 150 of file ColumnAccessor.h.
|
staticconstexpr |
Definition at line 153 of file ColumnAccessor.h.