Skip to content

Commit 4f3fff7

Browse files
committed
is_join concept
1 parent 9c00096 commit 4f3fff7

File tree

1 file changed

+1
-1
lines changed
  • Framework/Core/include/Framework

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/ASoA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3158,7 +3158,7 @@ constexpr auto join(Ts const&... t)
31583158
}
31593159

31603160
template <typename T>
3161-
constexpr bool is_soa_join_v = framework::is_specialization_v<T, JoinFull>;
3161+
concept is_join = framework::specialization_of_template<JoinFull, T>;
31623162

31633163
template <typename... Ts>
31643164
struct Concat : Table<o2::aod::Hash<"CONC"_h>, o2::aod::Hash<"CONC/0"_h>, o2::aod::Hash<"CONC"_h>, Ts...> {

0 commit comments

Comments
 (0)