套件:libboost-charconv1.88.0(1.88.0-1)
high quality implementation of <charconv> in C++11
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>.
其他與 libboost-charconv1.88.0 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.14) [amd64]
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件填實: libc6-udeb
- dep: libc6 (>= 2.17) [arm64]
-
- dep: libgcc-s1 (>= 4.3) [amd64]
- GCC support library
- dep: libgcc-s1 (>= 4.5) [arm64]
-
- dep: libquadmath0 (>= 4.6) [amd64]
- GCC Quad-Precision Math Library