numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::base::concepts::is_invocable_as< Func, Signature > Struct Template Reference

Check whether the given function is invocable as a function with the given signature. More...

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

+ Inheritance diagram for num_collect::base::concepts::is_invocable_as< Func, Signature >:
+ Collaboration diagram for num_collect::base::concepts::is_invocable_as< Func, Signature >:

Detailed Description

template<typename Func, typename Signature>
struct num_collect::base::concepts::is_invocable_as< Func, Signature >

Check whether the given function is invocable as a function with the given signature.

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

Definition at line 59 of file invocable_as.h.


The documentation for this struct was generated from the following file: