libboost-charconv1.88.0

high quality implementation of <charconv> in C++11

Description

converts character buffers to numbers, and numbers to character buffers. It is a small library of two overloaded functions to do the heavy lifting, plus several supporting enums, structures, templates, and constants, with a particular focus on performance and consistency across the supported development environments.

It is a locale-independent, non-allocating1, non-throwing and only requires a minimum of C++ 11. It provides functionality similar to that found in std::printf or std::strtod with substantial performance increases. This library can also be used in place of the standard library <charconv> if unavailable with your toolchain. Currently only GCC 11+ and MSVC 19.24+ support both integer and floating-point conversions in their implementation of <charconv>.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://www.boost.org/libs/charconv/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libboost-charconv1.88.0