Skip to content

Commit 540f7d8

Browse files
committed
fixup! is_join concept
1 parent 9c86a2c commit 540f7d8

File tree

1 file changed

+3
-0
lines changed
  • Framework/Core/include/Framework

1 file changed

+3
-0
lines changed

Framework/Core/include/Framework/ASoA.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3160,6 +3160,9 @@ constexpr auto join(Ts const&... t)
31603160
template <typename T>
31613161
concept is_join = framework::specialization_of_template<JoinFull, T>;
31623162

3163+
template <typename T>
3164+
constexpr bool is_soa_join_v = is_join<T>;
3165+
31633166
template <typename... Ts>
31643167
struct Concat : Table<o2::aod::Hash<"CONC"_h>, o2::aod::Hash<"CONC/0"_h>, o2::aod::Hash<"CONC"_h>, Ts...> {
31653168
using base = Table<o2::aod::Hash<"CONC"_h>, o2::aod::Hash<"CONC/0"_h>, o2::aod::Hash<"CONC"_h>, Ts...>;

0 commit comments

Comments
 (0)