cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
max.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class X >
static constexpr decltype(auto) pRC::max (X &&a)
 
template<class XA , class XB >
requires IsInvocable<Greater, XA, XB>
static constexpr decltype(auto) pRC::max (XA &&a, XB &&b)
 
template<class XA , class XB , class... Xs>
requires IsInvocable<Greater, XA, XB> && (IsInvocable<Greater, ResultOf<Where, ResultOf<Greater, XA, XB>, XA, XB>, Xs> && ...)
static constexpr decltype(auto) pRC::max (XA &&a, XB &&b, Xs &&...args)