Creates a status by moving from base_status and appending loc.
Declared in <absl/status/status.h>
Status(
Status&& base_status,
absl::SourceLocation loc);
| Name | Description |
|---|---|
| base_status | The status to move from. |
| loc | The source location to append to the location chain. |