mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
m::wasm::arithmetically_combinable Concept Reference

#include <WasmDSL.hpp>

Concept definition

template<typename T, typename U, std::size_t L>
requires (PrimitiveExpr<T, L> e) { PrimitiveExpr<common_type_t<T, U>, L>(e); } and
Check whether.
Definition: concepts.hpp:100
Check whether.
Definition: WasmDSL.hpp:60
and
Constructs a new PrimitiveExpr from a constant value.
Definition: WasmDSL.hpp:1519
std::size_t L
Definition: WasmDSL.hpp:528

Detailed Description

Definition at line 1452 of file WasmDSL.hpp.