Public Types | |
using | size_type = T |
using | self_type = xnewaxis<T> |
![]() | |
using | derived_type |
Public Member Functions | |
template<std::convertible_to< T > S> | |
operator xnewaxis< S > () const noexcept | |
template<std::convertible_to< T > S> | |
xnewaxis< S > | convert () const noexcept |
size_type | operator() (size_type i) const noexcept |
size_type | size () const noexcept |
size_type | step_size () const noexcept |
size_type | step_size (std::size_t i, std::size_t n=1) const noexcept |
size_type | revert_index (std::size_t i) const noexcept |
bool | contains (size_type i) const noexcept |
bool | operator== (const self_type &rhs) const noexcept |
bool | operator!= (const self_type &rhs) const noexcept |
![]() | |
derived_type & | derived_cast () noexcept |
const derived_type & | derived_cast () const noexcept |
Additional Inherited Members | |
![]() | |
xslice (const xslice &)=default | |
xslice (xslice &&)=default | |
xslice & | operator= (const xslice &)=default |
xslice & | operator= (xslice &&)=default |
Definition at line 262 of file xslice.hpp.
using xt::xnewaxis< T >::self_type = xnewaxis<T> |
Definition at line 267 of file xslice.hpp.
using xt::xnewaxis< T >::size_type = T |
Definition at line 266 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1262 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1226 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1219 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1274 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1232 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1268 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1256 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1238 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1244 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1250 of file xslice.hpp.