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

#include <mul.hpp>

Public Member Functions

template<class XA , class XB >
requires requires { declval<XA>() * declval<XB>(); }
constexpr decltype(auto) operator() (XA &&a, XB &&b) const
 

Static Public Member Functions

template<class T >
requires requires { identity<T>(); }
static constexpr auto Identity ()
 

Member Function Documentation

◆ Identity()

template<class T >
requires requires { identity<T>(); }
static constexpr auto pRC::Mul::Identity ( )
inlinestaticconstexpr

◆ operator()()

template<class XA , class XB >
requires requires { declval<XA>() * declval<XB>(); }
decltype(auto) pRC::Mul::operator() ( XA && a,
XB && b ) const
inlineconstexpr

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