Registry / utility / boost-io

boost-io

JSON →
library1.90.0vcpkgunverified

Boost io module provides utilities for I/O operations, including state savers and quicksort.

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

Use Boost.IO to save and restore stream flags.

#include <boost/io/ios_state.hpp> #include <iostream> int main() { boost::io::ios_flags_saver ifs(std::cout); std::cout << std::hex << 255 << 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
8 hits · last 30 days
node
6
Meta
1
Amazon
1
Resources

No resource links recorded.

boost-io — pip install boost-io · libregistry