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

#include <ASoA.h>

Concept definition

template<typename T>
concept o2::soa::with_index_pack = requires {
typename T::index_pack_t{};
}

Detailed Description

Definition at line 1314 of file ASoA.h.