Synopsis

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

template<
    Unit... Us,
    /* implementation-defined */ NewUnit>
[[nodiscard]]
consteval
Unit auto
get_common_unit(
    NewUnit nu,
    common_unit<Us...> cu);

Return Value

Note

The return value should not be discarded.

Created with MrDocs