mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Types
m::wasm::expr< T > Struct Template Reference

Specialization for decayable. More...

#include <WasmDSL.hpp>

Public Types

using type = typename expr< std::decay_t< T > >::type
 
using type = Expr< T, 1 >
 
using type = Expr< T, 1 >
 

Detailed Description

template<decayable T>
requires requires { typename expr<std::decay_t<T>>::type; }
struct m::wasm::expr< T >

Specialization for decayable.

Specialization for pointer to primitive type.

Specialization for primitive type.

Template Parameters
T.

Definition at line 165 of file WasmDSL.hpp.

Member Typedef Documentation

◆ type [1/3]

template<decayable T>
using m::wasm::expr< T >::type = typename expr<std::decay_t<T> >::type

Definition at line 166 of file WasmDSL.hpp.

◆ type [2/3]

template<decayable T>
using m::wasm::expr< T >::type = Expr<T, 1>

Definition at line 171 of file WasmDSL.hpp.

◆ type [3/3]

template<decayable T>
using m::wasm::expr< T >::type = Expr<T, 1>

Definition at line 176 of file WasmDSL.hpp.


The documentation for this struct was generated from the following file: