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

#include <is_unit.hpp>

Public Member Functions

template<class X , If< True< decltype(isUnit(declval< X >()))> >
constexpr decltype(autooperator() (X &&a) const
 
template<class X , class XT , If< True< decltype(isUnit(declval< X >(), declval< XT >()))> >
constexpr decltype(autooperator() (X &&a, XT &&tolerance) const
 

Member Function Documentation

◆ operator()() [1/2]

template<class X , If< True< decltype(isUnit(declval< X >()))> >
constexpr decltype(auto) pRC::IsUnit::operator() ( X && a) const
inlineconstexpr

◆ operator()() [2/2]

template<class X , class XT , If< True< decltype(isUnit(declval< X >(), declval< XT >()))> >
constexpr decltype(auto) pRC::IsUnit::operator() ( X && a,
XT && tolerance ) const
inlineconstexpr

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