Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
C++
medium
C++
type traits library
Single-choice MCQ
What does this static_assert evaluate to, and why?
static_assert(!std::is_same_v<int, int&>);