mu
t
able
A Database System for Research and Fast Prototyping
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