Registry / utility / boost-array

boost-array

JSON →
library1.90.0vcpkgunverified

A fixed-size array container similar to std::array, part of Boost.

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

Creates and iterates over a Boost.Array.

#include <boost/array.hpp> #include <iostream> int main() { boost::array<int, 3> arr = {1, 2, 3}; for (auto x : arr) std::cout << x << " "; 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
6 hits · last 30 days
node
4
Amazon
1
Bingbot
1
Resources

No resource links recorded.

boost-array — pip install boost-array · libregistry