Support Class Library
A set of tools providing classes and utility
|
BinaryPredicate concept, a type F is a binary predicate over T and U if it is an n-ary predicate over those types. More...
#include "BinaryPredicate.h"
Public Member Functions | |
constexpr | operator bool () const |
BinaryPredicate concept, a type F is a binary predicate over T and U if it is an n-ary predicate over those types.
F | being the type to check against |
T | being the first argument's type |
U | being the second/last argument's type |
Definition at line 17 of file BinaryPredicate.h.
|
inline |
Definition at line 18 of file BinaryPredicate.h.