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