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

Function Documentation

inline void slam_mer::__throw__(const fail_t &fail_, std::source_location loc_ = std::source_location::current())

Throws a std::runtime_error with source context.

Parameters:
  • fail_ – Failure object whose details are printed before throwing.

  • loc_ – Source location captured at the call site.