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

Detects whether a type. More...

#include <WasmDSL.hpp>

Concept definition

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

Detailed Description

Detects whether a type.

Template Parameters
Tis convertible to PrimitiveExpr<U>.

Definition at line 155 of file WasmDSL.hpp.