LeechCraft 0.6.70-16373-g319c272718
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::oral::sph Namespace Reference

Classes

struct  asc
 
struct  desc
 

Variables

template<auto Ptr>
constexpr detail::ExprTree< detail::ExprType::LeafStaticPlaceholder, detail::MemberPtrs< Ptr > > f {}
 
template<auto... Ptrs>
constexpr detail::MemberPtrs< Ptrs... > fields {}
 
constexpr detail::SelectWhole all {}
 
template<auto Ptr = detail::CountAllPtr>
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 {}
 

Variable Documentation

◆ all

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

Definition at line 956 of file oral.h.

◆ count

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

Definition at line 965 of file oral.h.

◆ f

template<auto Ptr>
detail::ExprTree<detail::ExprType::LeafStaticPlaceholder, detail::MemberPtrs<Ptr> > LC::Util::oral::sph::f {}
constexpr

Definition at line 951 of file oral.h.

◆ fields

template<auto... Ptrs>
detail::MemberPtrs<Ptrs...> LC::Util::oral::sph::fields {}
constexpr

Definition at line 954 of file oral.h.

◆ max

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

Definition at line 971 of file oral.h.

◆ min

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

Definition at line 968 of file oral.h.