#include <max.hpp>
|
template<class... Xs>
requires requires { max(declval<Xs>()...); } |
| constexpr decltype(auto) | operator() (Xs &&...args) const |
| |
|
| template<class T > |
| static constexpr auto | Identity () |
| |
◆ Identity()
| static constexpr auto pRC::Max::Identity |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ operator()()
template<class... Xs>
requires requires {
max(declval<Xs>()...); }
| decltype(auto) pRC::Max::operator() |
( |
Xs &&... | args | ) |
const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: