cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC::NotFn< F > Struct Template Reference

#include <not_fn.hpp>

Public Member Functions

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

Member Function Documentation

◆ operator()()

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

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