![]() |
ATLAS Offline Software
|
#include <ColumnarCore/ColumnAccessor.h>#include <ColumnarCore/VectorConvertView.h>#include <span>#include <vector>Go to the source code of this file.
Classes | |
| class | columnar::detail::MemoryAccessor< std::vector< CT >, CM > |
| class | columnar::detail::ContainerFreeAccessor< std::vector< CT >, ColumnAccessMode::input, ColumnarModeArray > |
Namespaces | |
| namespace | columnar |
| namespace | columnar::detail |
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.