CNORXZ
Container with Native Operation Routines and Expressions
|
For expressions declarations. More...
Go to the source code of this file.
Classes | |
class | CNORXZ::For< L, Xpr, F > |
class | CNORXZ::SFor< N, L, Xpr, F > |
class | CNORXZ::PFor< L1, L2, Xpr, F > |
class | CNORXZ::TFor< L, Xpr, F > |
class | CNORXZ::EFor< N, L, Xpr, F > |
Namespaces | |
namespace | CNORXZ |
Functions | |
template<SizeT L, class Xpr , class F > | |
constexpr decltype(auto) | CNORXZ::mkFor (SizeT size, const IndexId< L > &id, const Xpr &xpr, F &&f) |
template<SizeT L, class Xpr > | |
constexpr decltype(auto) | CNORXZ::mkFor (SizeT size, const IndexId< L > &id, const Xpr &xpr) |
template<SizeT N, SizeT L, class Xpr , class F > | |
constexpr decltype(auto) | CNORXZ::mkSFor (const IndexId< L > &id, const Xpr &xpr, F &&f) |
template<SizeT N, SizeT L, class Xpr > | |
constexpr decltype(auto) | CNORXZ::mkSFor (const IndexId< L > &id, const Xpr &xpr) |
For expressions declarations.
Copyright (c) 2024 Christian Zimmermann. All rights reserved. Mail: chize.nosp@m.ta@f.nosp@m.3l.de
Definition in file for.h.