1 2 3 4 5 6
#include "../base.hpp" namespace cru::ui::render { Size Min(const Size& left, const Size& right); Size Max(const Size& left, const Size& right); }