LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::oral::detail::HandleSelector< T, SelectorUnion< L, R > > Struct Template Reference

#include "oral.h"

Public Types

using HL = HandleSelector<T, L>
 
using HR = HandleSelector<T, R>
 

Static Public Member Functions

static auto Initializer (const QSqlQuery &q, int startIdx) noexcept
 

Static Public Attributes

static constexpr auto ResultBehaviour_v = CombineBehaviour (HL::ResultBehaviour_v, HR::ResultBehaviour_v)
 
static constexpr auto Fields = HL::Fields + ", " + HR::Fields
 

Detailed Description

template<typename T, typename L, typename R>
struct LC::Util::oral::detail::HandleSelector< T, SelectorUnion< L, R > >

Definition at line 1255 of file oral.h.

Member Typedef Documentation

◆ HL

Definition at line 1257 of file oral.h.

◆ HR

Definition at line 1258 of file oral.h.

Member Function Documentation

◆ Initializer()

template<typename T , typename L , typename R >
static auto LC::Util::oral::detail::HandleSelector< T, SelectorUnion< L, R > >::Initializer ( const QSqlQuery & q,
int startIdx )
inlinestaticnoexcept

Definition at line 1264 of file oral.h.

References LC::Util::oral::detail::Combine().

+ Here is the call graph for this function:

Member Data Documentation

◆ Fields

template<typename T , typename L , typename R >
constexpr auto LC::Util::oral::detail::HandleSelector< T, SelectorUnion< L, R > >::Fields = HL::Fields + ", " + HR::Fields
inlinestaticconstexpr

Definition at line 1262 of file oral.h.

◆ ResultBehaviour_v

template<typename T , typename L , typename R >
constexpr auto LC::Util::oral::detail::HandleSelector< T, SelectorUnion< L, R > >::ResultBehaviour_v = CombineBehaviour (HL::ResultBehaviour_v, HR::ResultBehaviour_v)
inlinestaticconstexpr

Definition at line 1260 of file oral.h.


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