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

#include <Concepts.h>

Concept definition

template<typename T>
concept o2::soa::with_expression_pack = requires {
typename T::expression_pack_t{};
}

Detailed Description

  1. require a type with expression_pack_t dependant type

Definition at line 207 of file Concepts.h.