mu
t
able
A Database System for Research and Fast Prototyping
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
Typedefs
_
a
b
c
d
e
g
i
l
m
p
r
s
t
u
v
w
Enumerations
Enumerator
Concepts
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
Enumerations
Enumerator
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
Related Functions
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
c
d
e
g
h
i
l
m
o
p
r
s
t
u
w
Variables
Typedefs
Macros
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Concepts
Loading...
Searching...
No Matches
m
wasm
arithmetically_combinable
m::wasm::arithmetically_combinable Concept Reference
#include <
WasmDSL.hpp
>
Concept definition
template
<
typename
T,
typename
U, std::
size_t
L>
concept
m::wasm::arithmetically_combinable
=
dsl_primitive<T>
and
dsl_primitive<U>
and
have_common_type<T, U>
and
requires
(PrimitiveExpr<T, L> e) { PrimitiveExpr<common_type_t<T, U>,
L
>(e); }
and
requires
(
PrimitiveExpr<U, L>
e) {
PrimitiveExpr<common_type_t<T, U>
,
L
>(e); }
m::have_common_type
Check whether.
Definition:
concepts.hpp:100
m::wasm::arithmetically_combinable
Definition:
WasmDSL.hpp:1452
m::wasm::dsl_primitive
Check whether.
Definition:
WasmDSL.hpp:60
m::wasm::and
and
Constructs a new PrimitiveExpr from a constant value.
Definition:
WasmDSL.hpp:1519
m::wasm::L
std::size_t L
Definition:
WasmDSL.hpp:528
m::wasm::PrimitiveExpr
Definition:
WasmDSL.hpp:85
Detailed Description
Definition at line
1452
of file
WasmDSL.hpp
.
mu
t
able website
GitHub
Generated by
1.9.6