|
| constexpr | OpCont ()=default |
| |
| constexpr | OpCont (const Sptr< IndexT > &ind) |
| |
| constexpr OpCont & | init (const Sptr< IndexT > &ind) |
| |
| constexpr OpCont & | init (const Sptr< IndexT > &ind, const Vector< T > &c) |
| |
| constexpr decltype(auto) | r () |
| |
| constexpr decltype(auto) | r () const |
| |
| template<class Op > |
| constexpr OpCont & | operator= (const Op &in) |
| |
| template<class Op > |
| constexpr OpCont & | operator+= (const Op &in) |
| |
| constexpr OpCont & | operator= (const OpCont &in) |
| |
| template<class PosT > |
| constexpr decltype(auto) | operator() (const PosT &pos) const |
| |
| constexpr decltype(auto) | operator() () const |
| |
| template<SizeT I> |
| constexpr decltype(auto) | rootSteps (const IndexId< I > &id) const |
| |
| T * | data () |
| |
| const T * | data () const |
| |
| template<class Op > |
| constexpr OpCont< T, IndexT > & | operator= (const Op &o) |
| |
| template<class Op > |
| constexpr OpCont< T, IndexT > & | operator+= (const Op &o) |
| |
| template<class PosT > |
| constexpr decltype(auto) | operator() (const PosT &pos) const |
| |
| template<SizeT I> |
| constexpr decltype(auto) | rootSteps (const IndexId< I > &id) const |
| |
| constexpr | OpInterface ()=default |
| |
| OpCont< T, IndexT > & | THIS () |
| |
| const OpCont< T, IndexT > & | THIS () const |
| |
| constexpr decltype(auto) | ax (const Sptr< IndexT > &ind, F &&f, const Args &... args) |
| |
| constexpr decltype(auto) | ax (const Sptr< IndexT > &ind, F &&f, const Args &... args) |
| |
| void | a (const Sptr< IndexT > &ind, F &&f, const Args &... args) |
| |
| constexpr | COpInterface ()=default |
| |
| OpT & | THIS () |
| |
| const OpT & | THIS () const |
| |
| constexpr decltype(auto) | r () |
| |
| constexpr decltype(auto) | r () const |
| |
| template<class F , class IndexT > |
| constexpr decltype(auto) | c (F &&f, const Sptr< IndexT > &ind) const |
| |
| template<class IndexT > |
| constexpr decltype(auto) | c (const Sptr< IndexT > &ind) const |
| |
| template<class F , class... Args> |
| constexpr decltype(auto) | o (F &&f, Args &&... args) const |
| |
| template<class F , class IndexT > |
| constexpr decltype(auto) | c (F &&f, const Sptr< IndexT > &ind) const |
| |
| template<class IndexT > |
| constexpr decltype(auto) | c (const Sptr< IndexT > &ind) const |
| |
| template<class F , class... Args> |
| constexpr decltype(auto) | o (F &&f, Args &&... args) const |
| |
| | DEFAULT_MEMBERS (XprInterface) |
| |
| OpT & | THIS () |
| |
| const OpT & | THIS () const |
| |
| constexpr decltype(auto) | operator() (const PosT &last) const |
| |
| constexpr decltype(auto) | operator() () const |
| |
| constexpr decltype(auto) | rootSteps (const IndexId< I > &id) const |
| |
Definition at line 140 of file op_types.h.