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 2022. The current version is 1.89.0.
Constructor.
stream_parser( storage_ptr sp, parse_options const& opt);
This constructs a new parser which uses the specified memory resource for temporary storage, and is configured to use the specified parsing options.
The parsed value will use the default memory resource for storage. To
use a different resource, call reset after construction.
Constant.
No-throw guarantee.
|
Name |
Description |
|---|---|
|
|
The memory resource to use for temporary storage. |
|
|
The parsing options to use. |