Provides source‐code location information for C++17 and later.

Synopsis

Declared in <absl/types/source_location.h>

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.

Created with MrDocs