conflicting packages
std::experimental::nullopt_t(3cxx) | std::experimental::nullopt_t(3cxx) |
NAME¶
std::experimental::nullopt_t - Tag type to disengage optional objects.
SYNOPSIS¶
Public Types¶
enum class _Construct { _Token }
Public Member Functions¶
constexpr nullopt_t (_Construct)
Detailed Description¶
Tag type to disengage optional objects.
Definition at line 81 of file experimental/optional.
Member Enumeration Documentation¶
enum class std::experimental::nullopt_t::_Construct [strong]¶
Definition at line 88 of file experimental/optional.
Constructor & Destructor Documentation¶
constexpr std::experimental::nullopt_t::nullopt_t (_Construct) [inline], [explicit], [constexpr]¶
Definition at line 91 of file experimental/optional.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Sun Jan 8 2023 | libstdc++ |