Template Function camp::apply

Function Documentation

template<class Fn, class TupleLike>
constexpr auto camp::apply(Fn &&f, TupleLike &&tup)

Forward the elements of a tuple to a callable.