relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
relx::query::arithmetic_checking::remove_optional< T > Struct Template Reference

Helper to extract base type from optional. More...

#include <relx/query/arithmetic.hpp>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct relx::query::arithmetic_checking::remove_optional< T >

Helper to extract base type from optional.

Definition at line 37 of file arithmetic.hpp.

Member Typedef Documentation

◆ type

template<typename T >
using relx::query::arithmetic_checking::remove_optional< T >::type = T

Definition at line 38 of file arithmetic.hpp.


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