Project
Loading...
Searching...
No Matches
o2::soa::is_a_selection Concept Reference

#include <ASoA.h>

Concept definition

template<typename S>
concept o2::soa::is_a_selection = std::same_as<std::decay_t<S>, gandiva::Selection> || std::same_as<std::decay_t<S>, SelectionVector> || std::same_as<std::decay_t<S>, std::span<int64_t const>>
std::shared_ptr< gandiva::SelectionVector > Selection
Definition Expressions.h:46
std::vector< int64_t > SelectionVector
Definition ASoA.h:446

Detailed Description

Definition at line 3570 of file ASoA.h.