Determines whether the function is invocable with the elements of the given tuple.
More...
#include <General.hpp>
template<class Func, class Tuple>
&& detail::applicable_v<Func, Tuple>
Determines whether the function is invocable with the elements of the given tuple.
Definition: General.hpp:116
Determines whether a type can be used as a tuple-like.
Definition: General.hpp:105
Determines whether the function is invocable with the elements of the given tuple.
- See also
- https://en.cppreference.com/w/cpp/utility/apply
- Template Parameters
-
Func | Type to check. |
Tuple | Provided tuple argument type. |