CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
Namespaces | Functions
reg.cc.h File Reference

Register type template implementations. More...

#include "reg.h"
#include "xpr/pos_type.h"

Go to the source code of this file.

Namespaces

namespace  CNORXZ
 

Functions

template<typename T , class EPosT , SizeT... Is>
decltype(autoCNORXZ::vregi (const T *d, const EPosT &pos, std::index_sequence< Is... > is)
 
template<typename T , class EPosT >
decltype(autoCNORXZ::vreg (const T *d, const EPosT &pos)
 
template<typename T , class EPosT >
decltype(autoCNORXZ::vreg (T *d, const EPosT &pos)
 
template<SizeT I, typename T >
constexpr decltype(autoCNORXZ::consecGet (const T &a)
 
template<SizeT I, typename T >
constexpr decltype(autoCNORXZ::consecGet (T &a)
 
template<SizeT I, class F , typename... Args>
constexpr decltype(autoCNORXZ::consecApply (const F &f, const Args &... args)
 
template<SizeT I, class F , typename Dst , typename... Args>
constexpr DstCNORXZ::consecAssign (const F &f, Dst &dst, const Args &... args)
 
template<class F , typename... Args, SizeT... Is>
constexpr decltype(autoCNORXZ::consecFuncI (const F &f, const Args &... args, std::index_sequence< Is... > is)
 
template<class F , typename Dst , typename... Args, SizeT... Is>
constexpr DstCNORXZ::consecFuncAI (const F &f, Dst &dst, const Args &... args, std::index_sequence< Is... > is)
 
template<SizeT N, class F , typename... Args>
constexpr decltype(autoCNORXZ::consecFunc (const F &f, const Args &... args)
 
template<SizeT N, class F , typename Dst , typename... Args>
constexpr DstCNORXZ::consecFuncA (const F &f, Dst &dst, const Args &... args)
 

Detailed Description

Register type template implementations.

Copyright (c) 2024 Christian Zimmermann. All rights reserved. Mail: chize.nosp@m.ta@f.nosp@m.3l.de

Definition in file reg.cc.h.