3#ifndef pRC_CORE_FUNCTORS_MAX_H
4#define pRC_CORE_FUNCTORS_MAX_H
23 return max(forward<Xs>(
args)...);
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
static constexpr X max(X &&a)
Definition max.hpp:13
constexpr decltype(auto) operator()(Xs &&...args) const
Definition max.hpp:21
static constexpr auto Identity()
Definition max.hpp:15