mp_units::operator/

Deleted overload rejecting reference / representation, which has no defined meaning

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 r,
    Rep&& rep) = delete;

Parameters

NameDescription
rreference operand (unused)
reprepresentation operand (unused)