.TH "std::source_location" 3cxx "Tue Jun 13 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::source_location \- A class that describes a location in source code\&. .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "constexpr uint_least32_t \fBcolumn\fP () const noexcept" .br .ti -1c .RI "constexpr const char * \fBfile_name\fP () const noexcept" .br .ti -1c .RI "constexpr const char * \fBfunction_name\fP () const noexcept" .br .ti -1c .RI "constexpr uint_least32_t \fBline\fP () const noexcept" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static consteval \fBsource_location\fP \fBcurrent\fP (__builtin_ret_type __p=__builtin_source_location()) noexcept" .br .in -1c .SH "Detailed Description" .PP A class that describes a location in source code\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.