Concept satisfied by overflow error policies usable with safe_int.

Synopsis

Declared in <mp‐units/utility/safe_int.h>

template<typename EP>
concept OverflowPolicy = requires(std::string_view msg) { EP::on_overflow(msg); };

Template Parameters

Name

Description

EP

the candidate error policy type

Created with MrDocs