.TH "std::source_location" 3cxx "Sun Jan 8 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\&. .PP Definition at line \fB42\fP of file \fBsource_location\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "constexpr std::source_location::source_location ()\fC [inline]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP" .PP Definition at line \fB66\fP of file \fBsource_location\fP\&. .SH "Member Function Documentation" .PP .SS "constexpr uint_least32_t std::source_location::column () const\fC [inline]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP" .PP Definition at line \fB74\fP of file \fBsource_location\fP\&. .SS "static consteval \fBsource_location\fP std::source_location::current (__builtin_ret_type __p = \fC__builtin_source_location()\fP)\fC [inline]\fP, \fC [static]\fP, \fC [noexcept]\fP" .PP Definition at line \fB59\fP of file \fBsource_location\fP\&. .SS "constexpr const char * std::source_location::file_name () const\fC [inline]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP" .PP Definition at line \fB78\fP of file \fBsource_location\fP\&. .SS "constexpr const char * std::source_location::function_name () const\fC [inline]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP" .PP Definition at line \fB82\fP of file \fBsource_location\fP\&. .SS "constexpr uint_least32_t std::source_location::line () const\fC [inline]\fP, \fC [constexpr]\fP, \fC [noexcept]\fP" .PP Definition at line \fB70\fP of file \fBsource_location\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.