[#bsl-nullopt_t] = xref:bsl.adoc[bsl]::nullopt_t :relfileprefix: ../ :mrdocs: This `typedef` is an alias to `std::nullopt_t`. == Synopsis Declared in `<bslstl_optional.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using nullopt_t = std::nullopt_t; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#