Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumC++type traits librarySingle-choice MCQ

What does this static_assert evaluate to, and why?

static_assert(!std::is_same_v<int, int&>);