LeechCraft  0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
LC::Util::oral::sph Namespace Reference

Classes

struct  asc
 
struct  desc
 

Typedefs

template<typename T >
using distinct = detail::SelectDistinct< T >
 

Variables

template<auto Ptr>
constexpr detail::ExprTree< detail::ExprType::LeafStaticPlaceholder, detail::MemberPtrs< Ptr > > f {}
 
template<auto... Ptrs>
constexpr detail::ExprTree< detail::ExprType::LeafStaticPlaceholder, detail::MemberPtrs< Ptrs... > > tuple {}
 
template<auto... Ptrs>
constexpr detail::MemberPtrs< Ptrs... > fields {}
 
constexpr detail::SelectWhole all {}
 
template<auto Ptr = std::true_type {}>
constexpr detail::AggregateType< detail::AggregateFunction::Count, Ptr > count {}
 
template<auto Ptr>
constexpr detail::AggregateType< detail::AggregateFunction::Min, Ptr > min {}
 
template<auto Ptr>
constexpr detail::AggregateType< detail::AggregateFunction::Max, Ptr > max {}
 
template<typename FunRetType , CtString Fun, auto Ptr>
constexpr detail::CustomFunctionType< FunRetType, Fun, Ptr > fun {}
 

Typedef Documentation

◆ distinct

template<typename T >
using LC::Util::oral::sph::distinct = typedef detail::SelectDistinct<T>

Definition at line 1094 of file oral.h.

Variable Documentation

◆ all

constexpr detail::SelectWhole LC::Util::oral::sph::all {}

Definition at line 1091 of file oral.h.

Referenced by ORAL_ADAPT_STRUCT().

◆ count

template<auto Ptr = std::true_type {}>
constexpr detail::AggregateType<detail::AggregateFunction::Count, Ptr> LC::Util::oral::sph::count {}

◆ f

◆ fields

◆ fun

template<typename FunRetType , CtString Fun, auto Ptr>
constexpr detail::CustomFunctionType<FunRetType, Fun, Ptr> LC::Util::oral::sph::fun {}

Definition at line 1113 of file oral.h.

◆ max

◆ min

template<auto Ptr>
constexpr detail::AggregateType<detail::AggregateFunction::Min, Ptr> LC::Util::oral::sph::min {}

◆ tuple