Support Class Library
A set of tools providing classes and utility
Public Member Functions | List of all members
scl::concepts::BinaryPredicate< F, T, U > Struct Template Reference

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
 

Detailed Description

template<class F, class T, class U>
struct scl::concepts::BinaryPredicate< F, T, U >

BinaryPredicate concept, a type F is a binary predicate over T and U if it is an n-ary predicate over those types.

Template Parameters
Fbeing the type to check against
Tbeing the first argument's type
Ubeing the second/last argument's type

Definition at line 17 of file BinaryPredicate.h.

Member Function Documentation

◆ operator bool()

template<class F , class T , class U >
constexpr scl::concepts::BinaryPredicate< F, T, U >::operator bool ( ) const
inline

Definition at line 18 of file BinaryPredicate.h.


The documentation for this struct was generated from the following file: