mrdocs::SourceLocation::function_name
Function name captured at the location.
Synopsis
Declared in <mrdocs/Support/Error.hpp>
std::string_view
function_name() const noexcept;
Return Value
Name of the function where the location was recorded.
Created with MrDocs