Provides source-code location information for C++17 and later.
Declared in <absl/types/source_location.h>
using SourceLocation = std::source_location;
A view type (like std::string_view) that captures the file and line of a callsite. When std::source_location is available, it aliases that type.