Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumC++optional variant anySingle-choice MCQ

What is the result of this comparison involving std::optional?

std::optional<int> a; // disengaged bool r = (a < 5);