#include <loop.hpp>
|
| template<class... Xs, If< All< IsSame< Vs, RemoveReference< Xs > >... > > = 0> |
| | Loop (F f, Xs &&...args) |
| |
| template<class... Is, If< All< IsConvertible< Is, Index >... > > = 0, If< IsSatisfied<(sizeof...(Is)==typename Base::Dimension())> > = 0> |
| constexpr decltype(auto) | operator() (Is const ... indices) |
| |
| template<class... Is, If< All< IsConvertible< Is, Index >... > > = 0, If< IsSatisfied<(sizeof...(Is)==typename Base::Dimension())> > = 0> |
| constexpr decltype(auto) | operator() (Is const ... indices) const |
| |
| constexpr decltype(auto) | operator() (typename Base::Subscripts const &subscripts) |
| |
| constexpr decltype(auto) | operator() (typename Base::Subscripts const &subscripts) const |
| |
| template<class E = All<IsSubscriptable<Vs>...>, If< E > = 0> |
| constexpr decltype(auto) | operator[] (Index const index) |
| |
| template<class E = All<IsSubscriptable<Vs>...>, If< E > = 0> |
| constexpr decltype(auto) | operator[] (Index const index) const |
| |
◆ Loop()
◆ operator()() [1/4]
◆ operator()() [2/4]
◆ operator()() [3/4]
◆ operator()() [4/4]
◆ operator[]() [1/2]
template<
class E = All<IsSubscriptable<Vs>...>,
If<
E > = 0>
◆ operator[]() [2/2]
template<
class E = All<IsSubscriptable<Vs>...>,
If<
E > = 0>
The documentation for this class was generated from the following file: