19#include <fmt/format.h>
20#include <fmt/printf.h>
21#include <fmt/ranges.h>
26---- Source Location ----
29-------------------------
40---- Source Location ----
45-------------------------
std::string format_one_line_func() const
format the location in a one liner with the function name displayed
std::string format_multiline() const
format the location in multiple lines
std::string format_one_line() const
format the location in a one liner
constexpr const char * file_name() const noexcept
Returns the file name of the source location.
constexpr unsigned column() const noexcept
Returns the column offset of the source location.
constexpr unsigned line() const noexcept
Returns the line number of the source location.
constexpr const char * function_name() const noexcept
Returns the function name of the source location.