![]() |
Project
|
Intersect two packs. More...
#include <Pack.h>
Public Types | |
using | type = decltype(make_intersection(std::make_index_sequence< pack_size(S1{})>{})) |
Static Public Member Functions | |
template<std::size_t... Indices> | |
static constexpr auto | make_intersection (std::index_sequence< Indices... >) |
Intersect two packs.
using o2::framework::intersect_pack< S1, S2 >::type = decltype(make_intersection(std::make_index_sequence<pack_size(S1{})>{})) |
|
inlinestaticconstexpr |