CNORXZ
Container with Native Operation Routines and Expressions
|
Index base template implementation. More...
#include "index_base.h"
Go to the source code of this file.
Namespaces | |
namespace | CNORXZ |
Functions | |
template<class I , typename MetaType > | |
IndexPtr< I, MetaType > & | CNORXZ::operator++ (const IndexPtr< I, MetaType > &i) |
template<class I , typename MetaType > | |
IndexPtr< I, MetaType > & | CNORXZ::operator-- (const IndexPtr< I, MetaType > &i) |
template<class I , typename MetaType > | |
IndexPtr< I, MetaType > | CNORXZ::operator+ (const IndexPtr< I, MetaType > &i, Int n) |
template<class I , typename MetaType > | |
IndexPtr< I, MetaType > | CNORXZ::operator- (const IndexPtr< I, MetaType > &i, Int n) |
template<class I > | |
Sptr< I > | CNORXZ::moveToPtr (I &&i) |
template<class I > | |
decltype(auto) | CNORXZ::xpr (const Sptr< I > &i) |
Index base template implementation.
Copyright (c) 2024 Christian Zimmermann. All rights reserved. Mail: chize.nosp@m.ta@f.nosp@m.3l.de
Definition in file index_base.cc.h.