What is the result of this comparison involving std::optional?std::optional<int> a; // disengaged bool r = (a < 5);