Registry / config / boost-property-tree

boost-property-tree

JSON →
library1.90.0vcpkgunverified

Boost property_tree module provides a tree structure to store and manipulate hierarchical data.

vcpkg install boost-property-tree
INSTALL
IMPORT
SIG · BOOST-PROPERTY-TRE
B
boost-property-tree
configcppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/property_tree/ptree.hpp
#include <boost/property_tree/ptree.hpp>

Create and query a property tree.

#include <boost/property_tree/ptree.hpp> #include <iostream> int main() { boost::property_tree::ptree pt; pt.put("name", "John"); pt.put("age", 30); std::cout << pt.get<std::string>("name") << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Resources

No resource links recorded.

boost-property-tree — pip install boost-property-tree · libregistry