|
kmMqtt 0.0.1
MQTT Client Library
|
Checks if a function or callable object can be invoked with the specified arguments without throwing exceptions. More...
#include <TemplateUtils.h>
Checks if a function or callable object can be invoked with the specified arguments without throwing exceptions.
| Func | The type of the function or callable object. |
| FArgs | The types of the arguments to be passed to the function. |
Replacement for C++17's std::is_nothrow_invocable from <type_traits>.