Generic value type alias for the held type T.
Synopsis
Declared in <absl/status/statusor.h>
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.
Created with MrDocs