mp_units::cbrt

Computes the cubic root of a reference

Synopsis

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

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

Return Value

The result of computation

NOTE

The return value should not be discarded.

Parameters

NameDescription
rReference being the base of the operation