#include <array_scalar.hpp>
|
| | ~CommonArray ()=default |
| |
| constexpr | CommonArray ()=default |
| |
| constexpr | CommonArray (CommonArray const &)=default |
| |
| constexpr | CommonArray (CommonArray &&)=default |
| |
| template<pRC::Allocation B, class R , If< IsConvertible< R, T > > = 0> |
| constexpr | CommonArray (CommonArray< B, R > const &other) |
| |
| template<class X , If< IsConvertible< X, T > > = 0> |
| constexpr | CommonArray (X &&value) |
| |
| constexpr CommonArray & | operator= (CommonArray const &) &=default |
| |
| constexpr CommonArray & | operator= (CommonArray &&) &=default |
| |
| template<pRC::Allocation B, class R , If< IsConvertible< R, T > > = 0> |
| constexpr auto & | operator= (CommonArray< B, R > const &rhs) & |
| |
| template<class X , If< IsConvertible< X, T > > = 0> |
| constexpr auto & | operator= (X &&value) & |
| |
| constexpr decltype(auto) | operator() () && |
| |
| constexpr decltype(auto) | operator() () const && |
| |
| constexpr decltype(auto) | operator() () & |
| |
| constexpr decltype(auto) | operator() () const & |
| |
| constexpr decltype(auto) | operator() (Subscripts<> const &) && |
| |
| constexpr decltype(auto) | operator() (Subscripts<> const &) const && |
| |
| constexpr decltype(auto) | operator() (Subscripts<> const &) & |
| |
| constexpr decltype(auto) | operator() (Subscripts<> const &) const & |
| |
| constexpr decltype(auto) | operator[] (Index const index) && |
| |
| constexpr decltype(auto) | operator[] (Index const index) const && |
| |
| constexpr decltype(auto) | operator[] (Index const index) & |
| |
| constexpr decltype(auto) | operator[] (Index const index) const & |
| |
| constexpr auto | data () &&=delete |
| |
| constexpr auto | data () const &&=delete |
| |
| constexpr auto | data () & |
| |
| constexpr auto | data () const & |
| |
◆ Allocation
◆ Dimension
◆ Sizes
◆ Type
◆ ~CommonArray()
◆ CommonArray() [1/5]
◆ CommonArray() [2/5]
◆ CommonArray() [3/5]
◆ CommonArray() [4/5]
◆ CommonArray() [5/5]
◆ data() [1/4]
◆ data() [2/4]
◆ data() [3/4]
◆ data() [4/4]
◆ indexToSubscripts()
◆ operator()() [1/8]
◆ operator()() [2/8]
◆ operator()() [3/8]
◆ operator()() [4/8]
◆ operator()() [5/8]
◆ operator()() [6/8]
◆ operator()() [7/8]
◆ operator()() [8/8]
◆ operator=() [1/4]
◆ operator=() [2/4]
◆ operator=() [3/4]
◆ operator=() [4/4]
◆ operator[]() [1/4]
◆ operator[]() [2/4]
◆ operator[]() [3/4]
◆ operator[]() [4/4]
◆ size() [1/2]
◆ size() [2/2]
◆ subscriptsToIndex() [1/2]
◆ subscriptsToIndex() [2/2]
The documentation for this class was generated from the following file: