Support Class Library
A set of tools providing classes and utility
|
Predicate concept, a type F is a predicate with Args if it is RegularInvocable and its result is Boolean. More...
#include "Predicate.h"
Public Member Functions | |
constexpr | operator bool () const |
Predicate concept, a type F is a predicate with Args if it is RegularInvocable and its result is Boolean.
F | being the function type |
Args | being the arguents' types |
Definition at line 19 of file Predicate.h.
|
inline |
Definition at line 20 of file Predicate.h.