LeechCraft  0.6.70-13605-g8cd066ad6a
Modular cross-platform feature rich live environment.
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

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

Definition at line 1042 of file oral.h.

Referenced by LC::Util::CategorySelector::CategorySelector().

◆ count

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

◆ f

◆ fields

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

Definition at line 1040 of file oral.h.

Referenced by LC::Util::oral::detail::Combine(), and LC::Util::MakeANRule().

◆ max

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

Definition at line 1057 of file oral.h.

Referenced by LC::Util::DrawOverlayText().

◆ min

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

Definition at line 1054 of file oral.h.