std::nullopt (3) - Linux Manuals
std::nullopt: std::nullopt
Command to display std::nullopt
manual in Linux: $ man 3 std::nullopt
NAME
std::nullopt - std::nullopt
Synopsis
Defined in header <optional>
inline constexpr nullopt_t nullopt{/*unspecified*/}; (since C++17)
std::nullopt is a constant of type std::nullopt_t that is used to indicate optional type with uninitialized state.
See also
nullopt_t indicator of optional type with uninitialized state
(class)
(C++17)
Pages related to std::nullopt
- std::nullopt_t (3) - std::nullopt_t
- std::nullptr_t (3) - std::nullptr_t
- std::num_get (3) - std::num_get
- std::num_get<CharT,InputIt>::get,std::num_get<CharT,InputIt>::do_get (3) - std::num_get<CharT,InputIt>::get,std::num_get<CharT,InputIt>::do_get
- std::num_get<CharT,InputIt>::num_get (3) - std::num_get<CharT,InputIt>::num_get
- std::num_get<CharT,InputIt>::~num_get (3) - std::num_get<CharT,InputIt>::~num_get
- std::num_put (3) - std::num_put
- std::num_put<CharT,OutputIt>::num_put (3) - std::num_put<CharT,OutputIt>::num_put
- std::num_put<CharT,OutputIt>::put,std::num_put<CharT,OutputIt>::do_put (3) - std::num_put<CharT,OutputIt>::put,std::num_put<CharT,OutputIt>::do_put
- std::num_put<CharT,OutputIt>::~num_put (3) - std::num_put<CharT,OutputIt>::~num_put
- std::numeric_limits (3) - std::numeric_limits