[#absl-SourceLocation] = xref:absl.adoc[absl]::SourceLocation :relfileprefix: ../ :mrdocs: Provides source‐code location information for C++17 and later. == Synopsis Declared in `<absl/types/source_location.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using SourceLocation = std::source_location; ---- == Description 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. [.small]#Created with https://www.mrdocs.com[MrDocs]#