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

Remove optional wrapper to get base type. More...

#include <relx/query/date_concepts.hpp>

Public Types

using type = T
 

Detailed Description

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

Remove optional wrapper to get base type.

Definition at line 14 of file date_concepts.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 15 of file date_concepts.hpp.


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