CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
src
include
xpr
func.cc.h
Go to the documentation of this file.
1
// -*- C++ -*-
12
#ifndef __cxz_func_cc_h__
13
#define __cxz_func_cc_h__
14
15
#include "
func.h
"
16
17
namespace
CNORXZ
18
{
19
20
template
<
typename
...
T
>
21
constexpr
decltype
(
auto
) ZeroF::operator()(
const
T
&...
as
)
const
22
{
23
return
0;
24
}
25
26
template
<
typename
...
T
>
27
constexpr
decltype
(
auto
) NoF::operator()(
const
T
&...
as
)
const
28
{
29
return
;
30
}
31
32
}
33
34
#endif
func.h
Special function objects declarations.
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