Template Function ripple::detail::max_element_impl(T&&)¶
Defined in File max_element.hpp
Function Documentation¶
Warning
doxygenfunction: Unable to resolve multiple matches for function “ripple::detail::max_element_impl” with arguments ((T&&)) in doxygen xml output for project “Ripple” from directory: /home/hiccup/Catalyst/ripple/build/docs/docs/doxygen/xml. Potential matches:
- template<typename T, typename Next, typename ...Ts> constexpr decltype(auto) max_element_impl(T &¤t_max, Next &&next, Ts&&... rest) noexcept
- template<typename T> constexpr auto max_element_impl(T &&element) noexcept -> T&&