Registry / utility / boost-static-string

boost-static-string

JSON →
library1.90.0vcpkgunverified

Boost static_string module

vcpkg install boost-static-string
INSTALL
IMPORT
SIG · BOOST-STATIC-STRIN
B
boost-static-string
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/static_string.hpp
#include <boost/static_string.hpp>

Create and print a fixed-capacity string

#include <boost/static_string.hpp> #include <iostream> int main() { boost::static_string<32> str("Hello"); std::cout << str << 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
6 hits · last 30 days
node
6
Resources

No resource links recorded.

boost-static-string — pip install boost-static-string · libregistry