Support Class Library
A set of tools providing classes and utility
|
RegularInvocable concept, a type F is regular invocable with Args if it is Invocable and is equality preserving and does not modify its arguments. More...
#include "RegularInvocable.h"
Public Member Functions | |
constexpr | operator bool () const |
RegularInvocable concept, a type F is regular invocable with Args if it is Invocable and is equality preserving and does not modify its arguments.
F | being the function type |
Args | being the arguments' types |
Definition at line 18 of file RegularInvocable.h.
|
inline |
Definition at line 19 of file RegularInvocable.h.