Returns the source locations attached to this status.

Synopsis

Declared in <absl/status/status.h>

absl::Span<absl::SourceLocation const>
GetSourceLocations() const;

Return Value

A span over the stored source locations.

Created with MrDocs