Function slam_mer::__throw__(const std::string_view&, std::source_location)

Function Documentation

inline void slam_mer::__throw__(const std::string_view &message_, std::source_location loc_ = std::source_location::current())

Throws a std::runtime_error with a custom message and source context.

Parameters:
  • message_ – Custom error message prepended to source-location details.

  • loc_ – Source location captured at the call site.