LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
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::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 {}

Typedef Documentation

◆ distinct

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

Definition at line 953 of file oral.h.

Variable Documentation

◆ all

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

Definition at line 950 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 962 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 945 of file oral.h.

◆ fields

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

Definition at line 948 of file oral.h.

◆ max

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

Definition at line 968 of file oral.h.

◆ min

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

Definition at line 965 of file oral.h.