|
template<typename T > |
constexpr friend au::Quantity< Pixels, std::common_type_t< float, T > > | operator* (pixel_density const &lhs, au::Quantity< Dips, T > const &rhs) noexcept |
|
template<typename T > |
constexpr friend au::Quantity< Pixels, std::common_type_t< float, T > > | operator* (au::Quantity< Dips, T > const &lhs, pixel_density const &rhs) noexcept |
|
template<typename T > |
constexpr friend au::Quantity< Pixels, std::common_type_t< float, T > > | operator* (pixel_density const &lhs, au::Quantity< au::Inches, T > const &rhs) noexcept |
|
template<typename T > |
constexpr friend au::Quantity< Pixels, std::common_type_t< float, T > > | operator* (au::Quantity< au::Inches, T > const &lhs, pixel_density const &rhs) noexcept |
|
template<typename T > |
constexpr friend au::Quantity< Pixels, std::common_type_t< float, T > > | operator* (pixel_density const &lhs, au::Quantity< Pixels, T > const &rhs) noexcept |
|
template<typename T > |
constexpr friend au::Quantity< Pixels, std::common_type_t< float, T > > | operator* (au::Quantity< Pixels, T > const &lhs, pixel_density const &rhs) noexcept |
|
template<typename T > |
constexpr friend au::Quantity< PixelsPerEm, std::common_type_t< float, T > > | operator* (pixel_density const &lhs, au::Quantity< DipsPerEm, T > const &rhs) noexcept |
|
template<typename T > |
constexpr friend au::Quantity< PixelsPerEm, std::common_type_t< float, T > > | operator* (au::Quantity< DipsPerEm, T > const &lhs, pixel_density const &rhs) noexcept |
|
template<typename T > |
constexpr friend au::Quantity< PixelsPerEm, std::common_type_t< float, T > > | operator* (pixel_density const &lhs, au::Quantity< PointsPerEm, T > const &rhs) noexcept |
|
template<typename T > |
constexpr friend au::Quantity< PixelsPerEm, std::common_type_t< float, T > > | operator* (au::Quantity< PointsPerEm, T > const &lhs, pixel_density const &rhs) noexcept |
|
template<typename T > |
constexpr friend au::Quantity< PixelsPerEm, std::common_type_t< float, T > > | operator* (pixel_density const &lhs, au::Quantity< PixelsPerEm, T > const &rhs) noexcept |
|
template<typename T > |
constexpr friend au::Quantity< PixelsPerEm, std::common_type_t< float, T > > | operator* (au::Quantity< PixelsPerEm, T > const &lhs, pixel_density const &rhs) noexcept |
|
template<typename T > |
constexpr friend au::Quantity< PixelsPerEm, std::common_type_t< float, T > > | operator* (pixel_density const &lhs, font_size_quantity< T > const &rhs) noexcept |
|
template<typename T > |
constexpr friend au::Quantity< PixelsPerEm, std::common_type_t< float, T > > | operator* (font_size_quantity< T > const &lhs, pixel_density const &rhs) noexcept |
|