...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Enumeration of number parsing modes.
Defined in header <boost/json/parse_options.hpp>
enum class number_precision : unsigned char;
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>