Computes the inverse of a reference

Synopsis

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

[[nodiscard]]
consteval
/* implementation-defined */
inverse(reference r);

Return Value

the result of the computation

Note

The return value should not be discarded.

Parameters

Name

Description

r

reference being inverted

Created with MrDocs