table of contents
other versions
- trixie 14.2.0-19
- testing 14.2.0-19
- unstable 14.3.0-5
- experimental 14.3.0-4
| std::experimental::nullopt_t(3cxx) | std::experimental::nullopt_t(3cxx) |
NAME¶
std::experimental::nullopt_t - Tag type to disengage optional objects.
SYNOPSIS¶
#include <optional>
Public Types¶
enum class _Construct { _Token }
Public Member Functions¶
constexpr nullopt_t (_Construct)
Detailed Description¶
Tag type to disengage optional objects.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
| libstdc++ |