|  | CNORXZ
    Container with Native Operation Routines and Expressions | 
#include <op_types.h>
 
  
| Public Types | |
| typedef COpInterface< POpRoot< IndexT, Op > > | OI | 
| Public Member Functions | |
| constexpr | POpRoot ()=default | 
| constexpr | POpRoot (const Sptr< IndexT > &ind, const SizeT *parts, Op &&op) | 
| 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 | 
| constexpr decltype(auto) | data () const | 
| template<class PosT > | |
| constexpr decltype(auto) | operator() (const PosT &pos) const | 
| template<SizeT I> | |
| constexpr decltype(auto) | rootSteps (const IndexId< I > &id) const | 
|  Public Member Functions inherited from CNORXZ::COpInterface< POpRoot< IndexT, Op > > | |
| constexpr | COpInterface ()=default | 
| POpRoot< IndexT, Op > & | THIS () | 
| const POpRoot< IndexT, Op > & | THIS () const | 
| constexpr decltype(auto) | r () | 
| constexpr decltype(auto) | r () const | 
| constexpr decltype(auto) | c (F &&f, const Sptr< IndexT > &ind) const | 
| constexpr decltype(auto) | c (const Sptr< IndexT > &ind) const | 
| constexpr decltype(auto) | c (F &&f, const Sptr< IndexT > &ind) const | 
| constexpr decltype(auto) | c (const Sptr< IndexT > &ind) const | 
| constexpr decltype(auto) | o (F &&f, Args &&... args) const | 
| constexpr decltype(auto) | o (F &&f, Args &&... args) const | 
|  Public Member Functions inherited from CNORXZ::XprInterface< Xpr > | |
| DEFAULT_MEMBERS (XprInterface) | |
| Xpr & | THIS () | 
| const Xpr & | THIS () const | 
| template<class PosT > | |
| constexpr decltype(auto) | operator() (const PosT &last) const | 
| constexpr decltype(auto) | operator() () const | 
| template<SizeT I> | |
| constexpr decltype(auto) | rootSteps (const IndexId< I > &id) const | 
Definition at line 110 of file op_types.h.
| typedef COpInterface<POpRoot<IndexT,Op> > CNORXZ::POpRoot< IndexT, Op >::OI | 
Definition at line 113 of file op_types.h.
| 
 | constexprdefault | 
| 
 | constexpr | 
Definition at line 140 of file op_types.cc.h.
Definition at line 167 of file op_types.cc.h.
| 
 | constexpr | 
Definition at line 154 of file op_types.cc.h.
| 
 | constexpr | 
Definition at line 148 of file op_types.cc.h.
| 
 | constexpr | 
| 
 | constexpr | 
Definition at line 161 of file op_types.cc.h.
| 
 | constexpr |