union
Defined at line 263 of file ../../third_party/abseil-cpp/absl/status/internal/statusor_internal.h
status_ will always be active after the constructor.
We make it a union to be able to initialize exactly how we need without
waste.
Eg. in the copy constructor we use the default constructor of Status in
the ok() path to avoid an extra Ref call.
Public Members
Status status_