3#ifndef pRC_CORE_VALUE_FUNCTIONS_MEAN_H
4#define pRC_CORE_VALUE_FUNCTIONS_MEAN_H
15 requires IsInvocable<Fold<Add>, Xs...>
16 static inline constexpr auto mean(Xs &&...args)
Definition cholesky.hpp:10
static constexpr decltype(auto) fold(X &&a)
Definition fold.hpp:14
RemoveConst< RemoveReference< T > > RemoveConstReference
Definition basics.hpp:47
static constexpr auto identity()
Definition identity.hpp:13
static constexpr auto mean(Xs &&...args)
Definition mean.hpp:16