[#absl-nullopt_t] = xref:absl.adoc[absl]::nullopt_t :relfileprefix: ../ :mrdocs: Alias for `std::nullopt_t`, the type of `nullopt`. == Synopsis Declared in `<absl/types/optional.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using nullopt_t = std::nullopt_t; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#