Synopsis

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

template<
    Unit U1,
    /* implementation-defined */ U2>
[[nodiscard]]
consteval
Unit auto
get_common_unit(
    U1 u1,
    U2 u2);

Created with MrDocs