cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Public Member Functions | List of all members
pRC::IsApprox Struct Reference

#include <is_approx.hpp>

Public Member Functions

template<class XA , class XB , If< True< decltype(isApprox(declval< XA >(), declval< XB >()))> >
constexpr decltype(autooperator() (XA &&a, XB &&b) const
 
template<class XA , class XB , class XT , If< True< decltype(isApprox(declval< XA >(), declval< XB >(), declval< XT >()))> >
constexpr decltype(autooperator() (XA &&a, XB &&b, XT &&tolerance) const
 

Member Function Documentation

◆ operator()() [1/2]

template<class XA , class XB , If< True< decltype(isApprox(declval< XA >(), declval< XB >()))> >
constexpr decltype(auto) pRC::IsApprox::operator() ( XA && a,
XB && b ) const
inlineconstexpr

◆ operator()() [2/2]

template<class XA , class XB , class XT , If< True< decltype(isApprox(declval< XA >(), declval< XB >(), declval< XT >()))> >
constexpr decltype(auto) pRC::IsApprox::operator() ( XA && a,
XB && b,
XT && tolerance ) const
inlineconstexpr

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