Searched defs:max_impl (Results 1 – 3 of 3) sorted by relevance
28 struct max_impl struct32 typedef Sample result_type;35 max_impl(Args const &args) in max_impl() function41 void operator ()(Args const &args) in operator ()()46 result_type result(dont_care) const in result()53 void serialize(Archive & ar, const unsigned int file_version) in serialize()59 Sample max_;
46 struct max_impl<T, U, when<condition>> : default_ { struct48 static constexpr decltype(auto) apply(X&& x, Y&& y) { in apply()