|
cMHN 1.1
C++ library for learning MHNs with pRC
|
#include <indices.hpp>
Public Member Functions | |
| ~Indices ()=default | |
| constexpr | Indices ()=default |
| constexpr | Indices (Indices const &)=default |
| constexpr | Indices (Indices &&)=default |
| constexpr Indices & | operator= (Indices const &) &=default |
| constexpr Indices & | operator= (Indices &&) &=default |
| template<class... Is, If< All< IsConvertible< Is, Index >... > > = 0, If< IsSatisfied<(sizeof...(Is)==N)> > = 0> | |
| constexpr | Indices (Is const ... indices) |
| constexpr decltype(auto) | operator[] (Index const dimension) && |
| constexpr decltype(auto) | operator[] (Index const dimension) const && |
| constexpr decltype(auto) | operator[] (Index const dimension) & |
| constexpr decltype(auto) | operator[] (Index const dimension) const & |
Static Public Member Functions | |
| static constexpr auto | size () |
|
default |
|
constexprdefault |
|
constexprdefault |
|
constexprdefault |
|
inlineconstexpr |
|
constexprdefault |
|
constexprdefault |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlinestaticconstexpr |