.TH "std::source_location" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::source_location \- A class that describes a location in source code\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "constexpr \fBuint_least32_t\fP \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 \fBuint_least32_t\fP \fBline\fP () const noexcept" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "\fBstatic\fP \fBconsteval\fP \fBsource_location\fP \fBcurrent\fP (\fB__builtin_ret_type\fP __p=\fB__builtin_source_location\fP()) 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\&.