Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

std::experimental::nullopt_t - Tag type to disengage optional objects.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                 std::experimental::nullopt_t(3cxx)

Detailed Description

       Tag type to disengage optional objects.

Name

       std::experimental::nullopt_t - Tag type to disengage optional objects.

Synopsis

       #include <optional>

   PublicTypes
       enum class _Construct { _Token }

   PublicMemberFunctions
       constexpr nullopt_t (_Construct)

See Also