Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2024. The current version is 1.89.0.
Enumeration of number parsing modes.
Defined in header <boost/json/parse_options.hpp>
enum number_precision
|
Name |
Description |
|---|---|
|
|
Fast, but potentially less precise mode. |
|
|
Slower, but precise mode. |
|
|
The fastest mode, that only validates encountered numbers without parsing them. |
These values are used to select the way to parse numbers.
parse_options,
basic_parser,
parser.
Convenience header <boost/json.hpp>