Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::concepts::applicable Concept Reference

Determines whether the function is invocable with the elements of the given tuple. More...

#include <General.hpp>

Concept definition

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

Detailed Description

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
FuncType to check.
TupleProvided tuple argument type.