pre-boost Home Libraries People FAQ More

Next

Safe Numerics

Robert Ramey

Table of Contents

Introduction
Tutorial
Problem:arithmetic operations can yield in correct results.
Problem:Undetected overflow
Problem:Implicit conversions change data values
Notes
Concepts
Numeric<T>
Types
safe_unsigned_range<MIN, MAX>
safe_signed_range<MIN, MAX>
safe<T>
Functions
safe_cast
safe_compare
overflow
Rationale
Change Log
Acknowledgements
References

Last revised: , at


Next