Function slam_mer::__throw__(const std::string_view&, std::source_location)
Defined in File output.hpp
Function Documentation
-
inline void slam_mer::__throw__(const std::string_view &message_, std::source_location loc_ = std::source_location::current())
Throws a
std::runtime_errorwith a custom message and source context.- Parameters:
message_ – Custom error message prepended to source-location details.
loc_ – Source location captured at the call site.