#include <reshape.hpp>
|
| template<class X , If< IsSame< V, RemoveReference< X > > > = 0> |
| | Reshape (X &&a) |
| |
| 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 = IsSubscriptable<V>, If< E > = 0> |
| constexpr decltype(auto) | operator[] (Index const index) |
| |
| template<class E = IsSubscriptable<V>, If< E > = 0> |
| constexpr decltype(auto) | operator[] (Index const index) const |
| |
◆ Reshape()
◆ operator()() [1/4]
◆ operator()() [2/4]
◆ operator()() [3/4]
◆ operator()() [4/4]
◆ operator[]() [1/2]
template<
class E = IsSubscriptable<V>,
If<
E > = 0>
◆ operator[]() [2/2]
template<
class E = IsSubscriptable<V>,
If<
E > = 0>
The documentation for this class was generated from the following file: