#include <source_location>
|
| constexpr uint_least32_t | column () const noexcept |
| constexpr const char * | file_name () const noexcept |
| constexpr const char * | function_name () const noexcept |
| constexpr uint_least32_t | line () const noexcept |
|
| static consteval source_location | current (__builtin_ret_type __p=__builtin_source_location()) noexcept |
A class that describes a location in source code.
Definition at line 42 of file source_location.
◆ source_location()
| std::source_location::source_location |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ column()
| uint_least32_t std::source_location::column |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ current()
| consteval source_location std::source_location::current |
( |
__builtin_ret_type | __p = __builtin_source_location() | ) |
|
|
inlinestaticconstevalnoexcept |
◆ file_name()
| const char * std::source_location::file_name |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ function_name()
| const char * std::source_location::function_name |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ line()
| uint_least32_t std::source_location::line |
( |
| ) |
const |
|
inlineconstexprnoexcept |
The documentation for this struct was generated from the following file: