![]() |
ATLAS Offline Software
|
#include <ColumnarCore/ColumnAccessor.h>#include <ColumnarCore/VectorConvertView.h>#include <span>#include <vector>Go to the source code of this file.
Classes | |
| struct | columnar::ColumnTypeTraits< std::vector< CT >, ColumnarModeXAOD > |
| class | columnar::AccessorTemplate< CI, std::vector< CT >, ColumnAccessMode::input, ColumnarModeArray > |
| class | columnar::AccessorTemplate< CI, std::vector< CT >, ColumnAccessMode::input, CM > |
| a std::vector accessor for types that can be implemented via conversions More... | |
Namespaces | |
| namespace | columnar |
Per-object vectors get handled differently depending on the framework, so there are different accessor specializations in different environments. So far (11 Dec 24) only input accessors are supported, and they will generally return an object that behaves like std::span<const CT>
Definition in file VectorColumn.h.