Registry / utility / boost-assign

boost-assign

JSON →
library1.90.0vcpkgunverified

Boost.Assign provides convenient syntax for filling containers with data.

vcpkg install boost-assign
INSTALL
IMPORT
SIG · BOOST-ASSIGN
B
boost-assign
utilitycppv1.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/assign.hpp
#include <boost/assign.hpp>

Fills a vector using Boost.Assign

#include <boost/assign.hpp> #include <vector> #include <iostream> int main() { std::vector<int> v = boost::assign::list_of(1)(2)(3); for (int i : v) std::cout << i << ' '; 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
8 hits · last 30 days
node
6
Meta
1
Amazon
1
Resources

No resource links recorded.

boost-assign — pip install boost-assign · libregistry