Scans a std::tuple
of types (T
) and calls f.apply<U>()
if and only if the type_id matches a type in T
.
More...
Static Public Member Functions | |
template<typename R , typename F > | |
static R | apply (F &&, const type_id) noexcept |
Scans a std::tuple
of types (T
) and calls f.apply<U>()
if and only if the type_id matches a type in T
.