Concept satisfied by overflow error policies usable with safe_int.
Declared in <mp-units/utility/safe_int.h>
template<typename EP>
concept OverflowPolicy = requires(std::string_view msg) { EP::on_overflow(msg); };
| Name | Description |
|---|---|
| EP | the candidate error policy type |