mp_units::operator/

Synopsis

Declared in <mp-units/framework/reference.h>
template<
    Reference R,
    typename Rep>
requires RepresentationOf<std::remove_cvref_t<Rep>, get_quantity_spec(R{})>
constexpr
auto
operator/(
    R lhs,
    Rep&& rhs) = delete;


Created with MrDocs