Go to the source code of this file.
◆ ARENE_GET_SRC_CODE_LOCATION_INFO
| #define ARENE_GET_SRC_CODE_LOCATION_INFO |
( |
| ) |
|
Value:
static_cast<::arene::base::null_terminated_string_view>(static_cast<const char*>(__func__)), \
static_cast<::arene::base::null_terminated_string_view>(static_cast<const char*>(__FILE__)), \
static_cast<std::uint32_t>(__LINE__) \
})
Container for the location information associated with a line of source code.
Definition src_line_info.hpp:20
Construct src_line_info with the current source code information that includes the source code file filepath, the current line, and the function name.