Synopsis

Declared in <mp‐units/utility/safe_int.h>

template<
    /* implementation-defined */ A,
    /* implementation-defined */ B>
inline constexpr bool same_sign_v = is_signed_v<A> == is_signed_v<B>;

Created with MrDocs