Public Types | |
| using | container_type = svector<T> |
| using | size_type = typename container_type::value_type |
| using | self_type = xdrop_slice<T> |
Public Types inherited from xt::xslice< xdrop_slice< T > > | |
| using | derived_type |
Public Member Functions | |
| template<class C> requires (!detail::is_xdrop_slice<std::decay_t<C>>::value) | |
| xdrop_slice (C &cont) | |
| xdrop_slice (container_type &&cont) | |
| template<class S> | |
| xdrop_slice (std::initializer_list< S > t) | |
| template<std::convertible_to< T > S> | |
| operator xdrop_slice< S > () const noexcept | |
| template<std::convertible_to< T > S> | |
| xdrop_slice< S > | convert () const noexcept |
| size_type | operator() (size_type i) const noexcept |
| size_type | size () const noexcept |
| void | normalize (std::size_t s) |
| size_type | step_size (std::size_t i, std::size_t n=1) const noexcept |
| size_type | revert_index (std::size_t i) const |
| bool | contains (size_type i) const noexcept |
| bool | operator== (const self_type &rhs) const noexcept |
| bool | operator!= (const self_type &rhs) const noexcept |
Public Member Functions inherited from xt::xslice< xdrop_slice< T > > | |
| derived_type & | derived_cast () noexcept |
| const derived_type & | derived_cast () const noexcept |
Additional Inherited Members | |
Protected Member Functions inherited from xt::xslice< xdrop_slice< T > > | |
| xslice (const xslice &)=default | |
| xslice (xslice &&)=default | |
| xslice & | operator= (const xslice &)=default |
| xslice & | operator= (xslice &&)=default |
Definition at line 431 of file xslice.hpp.
| using xt::xdrop_slice< T >::container_type = svector<T> |
Definition at line 435 of file xslice.hpp.
| using xt::xdrop_slice< T >::self_type = xdrop_slice<T> |
Definition at line 437 of file xslice.hpp.
| using xt::xdrop_slice< T >::size_type = typename container_type::value_type |
Definition at line 436 of file xslice.hpp.
|
inlineexplicit |
Definition at line 1429 of file xslice.hpp.
|
inlineexplicit |
Definition at line 1436 of file xslice.hpp.
|
inline |
Definition at line 1443 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1583 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1497 of file xslice.hpp.
|
inline |
Definition at line 1503 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1459 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1595 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1531 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1589 of file xslice.hpp.
|
inline |
Definition at line 1564 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1545 of file xslice.hpp.
|
inlinenoexcept |
Definition at line 1551 of file xslice.hpp.
Definition at line 478 of file xslice.hpp.