cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC::Min Struct Reference

#include <min.hpp>

Public Member Functions

template<class... Xs>
requires requires { min(declval<Xs>()...); }
constexpr decltype(auto) operator() (Xs &&...args) const
 

Static Public Member Functions

template<class T >
static constexpr auto Identity ()
 

Member Function Documentation

◆ Identity()

template<class T >
static constexpr auto pRC::Min::Identity ( )
inlinestaticconstexpr

◆ operator()()

template<class... Xs>
requires requires { min(declval<Xs>()...); }
decltype(auto) pRC::Min::operator() ( Xs &&... args) const
inlineconstexpr

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