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

#include <narrow.hpp>

Public Member Functions

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

Member Function Documentation

◆ operator()()

template<class F , Index... Ns>
template<class... Xs>
requires requires { narrow<F, Ns...>(declval<Xs>()...); }
decltype(auto) pRC::Narrow< F, Ns >::operator() ( Xs &&... args) const
inlineconstexpr

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