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 2018. The current version is 1.89.0.
Insert a field.
void insert( field name, string_view name_string, string_param const& value);
If one or more fields with the same name already exist, the new field will be inserted after the last field with the matching name, in serialization order.
|
Name |
Description |
|---|---|
|
|
The field name. |
|
|
The literal text corresponding to the field name. If |
|
|
The value of the field, as a string_param |