Support Class Library
A set of tools providing classes and utility
|
Invocable concept, a type F is invocable with Args if meta::is_invocable<F, Args...>() is true. More...
#include "Invocable.h"
Public Member Functions | |
constexpr | operator bool () const |
Invocable concept, a type F is invocable with Args if meta::is_invocable<F, Args...>() is true.
F | being the type to check against |
Args | being the arguments' types to check against |
Definition at line 14 of file Invocable.h.
|
inline |
Definition at line 15 of file Invocable.h.