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

#include <Concepts.h>

Concept definition

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

Detailed Description

  1. require a type with index_pack_t dependant type

Definition at line 213 of file Concepts.h.