Deleted overload rejecting reference * representation in favor of representation * reference
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
Name |
Description |
r |
reference operand (unused) |
rep |
representation operand (unused) |
Created with MrDocs