ATLAS Offline Software
Loading...
Searching...
No Matches
VectorColumn.h File Reference
#include <ColumnarCore/ColumnAccessor.h>
#include <ColumnarCore/VectorConvertView.h>
#include <span>
#include <vector>
Include dependency graph for VectorColumn.h:

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

Detailed Description

std::vector specialization for AccessorTemplate

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.