Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The bounded::integer types accept three template parameters: `integer<min, max, overflow_policy>`. That final parameter can be bounded::throw_policy, which is itself templated on the exception type thrown. The default exception policy is "overflow is undefined behavior". The other two policies supported out of the box are wrapping / modulo and saturation / clamping.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: