|
constexpr | OpInterface ()=default |
|
OpT & | THIS () |
|
const OpT & | THIS () const |
|
template<class IndexT , class F , class... Args> |
constexpr decltype(auto) | ax (const Sptr< IndexT > &ind, F &&f, const Args &... args) |
|
template<class IndexT , class F , class... Args> |
void | a (const Sptr< IndexT > &ind, F &&f, const Args &... args) |
|
template<class IndexT , class F , class... Args> |
constexpr decltype(auto) | ax (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 |
|
template<
class OpT>
class CNORXZ::OpInterface< OpT >
Definition at line 47 of file op_types.h.