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

Detect whether a type. More...

#include <WasmDSL.hpp>

Concept definition

template<typename T>
concept m::wasm::expr_convertible = not pointer<T> and requires { typename expr_t<T>; }
Check whether.
Definition: concepts.hpp:39
Detect whether a type.
Definition: WasmDSL.hpp:210
and
Constructs a new PrimitiveExpr from a constant value.
Definition: WasmDSL.hpp:1519

Detailed Description

Detect whether a type.

Template Parameters
Tis convertible to Expr<U>.

Definition at line 210 of file WasmDSL.hpp.