AIToolbox
A library that offers tools for AI problem solving.
|
This struct reports whether a given function is compatible with a given signature. More...
#include <AIToolbox/Impl/FunctionMatching.hpp>
Static Public Attributes | |
static constexpr bool | value = false |
This struct reports whether a given function is compatible with a given signature.
We check that the return value is the same, and that the argument list of the function type to check (first argument) is a subset of the longer one (second argument).
T | The function type to check. |
F | The longer function type to compare against. |
|
staticconstexpr |