cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
pRC::Subscript Struct Reference

#include <subscript.hpp>

Public Member Functions

template<class X >
requires requires { declval<X>()[declval<Index const>()]; }
constexpr decltype(auto) operator() (X &&a, Index const index) const
 

Member Function Documentation

◆ operator()()

template<class X >
requires requires { declval<X>()[declval<Index const>()]; }
decltype(auto) pRC::Subscript::operator() ( X && a,
Index const index ) const
inlineconstexpr

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