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

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

#include <General.hpp>

Concept definition

template<class Func, class Tuple>
&& detail::nothrow_applicable_v<Func, Tuple>
Determines whether the function is invocable with the elements of the given tuple.
Definition: General.hpp:116
Determines whether the function is invocable with the elements of the given tuple without throwing.
Definition: General.hpp:127
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 without throwing.

See also
https://en.cppreference.com/w/cpp/utility/apply
Template Parameters
FuncType to check.
TupleProvided tuple argument type.