|
Support Class Library
A set of tools providing classes and utility
|
FunctionObject concept, a type F is a function object that accepts Args... More...
#include "FunctionObject.h"
Public Member Functions | |
| constexpr | operator bool () const |
FunctionObject concept, a type F is a function object that accepts Args...
as arguments if it is an object and is invocable with those arguments
| F | being the type to check against |
| Args | being the desired arguments' types |
Definition at line 17 of file FunctionObject.h.
|
inline |
Definition at line 18 of file FunctionObject.h.
1.8.13