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