Struct max# Defined in File parrot.hpp Struct Documentation# struct max# Function object for maximum of two values. Public Functions template<typename T>inline auto operator()(const T &a, const T &b) const -> decltype(a > b ? a : b)#