numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::base::concepts::invocable_as Concept Reference

Concept of functions invocable as a function with the given signature. More...

#include <num_collect/base/concepts/invocable_as.h>

Concept definition

template<typename Func, typename Signature>
Concept of functions invocable as a function with the given signature.
constexpr bool is_invocable_as_v
Check whether the given function is invocable as a function with the given signature.

Detailed Description

Concept of functions invocable as a function with the given signature.

Template Parameters
FuncType of the function.
SignatureType of the function signature.

Definition at line 94 of file invocable_as.h.