An open API service indexing awesome lists of open source software.

https://github.com/richhaar/safecast

SafeCast: A header-only C++ library for safe integer type casting. Prevents overflow and underflow errors, offering a lightweight alternative to boost::numeric_cast.
https://github.com/richhaar/safecast

cpp header-only numeric-conversion overflow-prevention safety type-casting underflow-prevention

Last synced: 12 months ago
JSON representation

SafeCast: A header-only C++ library for safe integer type casting. Prevents overflow and underflow errors, offering a lightweight alternative to boost::numeric_cast.

Awesome Lists containing this project