CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
src
include
xpr
func.h
Go to the documentation of this file.
1
// -*- C++ -*-
12
#ifndef __cxz_func_h__
13
#define __cxz_func_h__
14
15
#include "
base/base.h
"
16
17
namespace
CNORXZ
18
{
19
class
ZeroF
20
{
21
public
:
22
template
<
typename
...
T
>
23
constexpr
decltype
(
auto
)
operator
()(
const
T
&...
as
)
const
;
24
};
25
26
class
NoF
27
{
28
public
:
29
template
<
typename
...
T
>
30
constexpr
decltype
(
auto
)
operator
()(
const
T
&...
as
)
const
;
31
};
32
33
}
34
35
#endif
base.h
basic headers
CNORXZ::NoF
Definition
func.h:27
CNORXZ::ZeroF
Definition
func.h:20
CNORXZ
Definition
aindex.cc.h:18
CNORXZ::rangeCast
Sptr< Range > rangeCast(const RangePtr r)
Definition
range_base.cc.h:53
Generated by
1.10.0