[#absl-StatusOr-value_type] = xref:absl.adoc[absl]::xref:absl/StatusOr.adoc[StatusOr]::value_type :relfileprefix: ../../ :mrdocs: Generic value type alias for the held type `T`. == Synopsis Declared in `<absl/status/statusor.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef T value_type; ---- == Description This instance data provides a generic `value_type` member for use within generic programming. This usage is analogous to that of `optional::value_type` in the case of `std::optional`. [.small]#Created with https://www.mrdocs.com[MrDocs]#