Divides a unit by a reference

Synopsis

Declared in <mp‐units/framework/reference.h>

[[nodiscard]]
consteval
/* implementation-defined */
operator/(
    U1 u1,
    reference r);

Return Value

a reference resulting from dividing the quantity specification and the unit

Note

The return value should not be discarded.

Parameters

Name

Description

u1

the unit to divide

r

the reference to divide by

Created with MrDocs