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

#include <stride.hpp>

Public Member Functions

template<class X , class... Os>
requires requires { stride<Ss...>(declval<X>(), declval<Os>()...); }
constexpr decltype(auto) operator() (X &&a, Os const ... offsets) const
 

Member Function Documentation

◆ operator()()

template<Size... Ss>
template<class X , class... Os>
requires requires { stride<Ss...>(declval<X>(), declval<Os>()...); }
decltype(auto) pRC::Stride< Ss >::operator() ( X && a,
Os const ... offsets ) const
inlineconstexpr

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