...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Options for value::set_at_pointer
.
Defined in header <boost/json/set_pointer_options.hpp>
struct set_pointer_options;
Name |
Description |
---|---|
Whether to create arrays. |
|
Whether to create objects. |
|
Maximum amount of elements added per one pointer token. |
|
Whether to replace non-null scalars. |
This structure is used for controlling behavior of value::set_at_pointer
regarding creation
of intermediate elements.
Convenience header <boost/json.hpp>