![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Container for the location information associated with a line of source code. More...
Public Attributes | |
| null_terminated_string_view | filepath |
| filepath of the source file | |
| null_terminated_string_view | function_name |
| function name of the parent function | |
| std::uint32_t | line {} |
| line number | |
Container for the location information associated with a line of source code.
| null_terminated_string_view arene::base::src_line_info::filepath |
filepath of the source file
| null_terminated_string_view arene::base::src_line_info::function_name |
function name of the parent function
| std::uint32_t arene::base::src_line_info::line {} |
line number