Registry / utility / boost-iostreams

boost-iostreams

JSON →
library1.90.0vcpkgunverified

Boost iostreams module provides a framework for defining streams, stream buffers, and filters.

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

Read a file using Boost.Iostreams.

#include <boost/iostreams/stream.hpp> #include <boost/iostreams/device/file.hpp> #include <string> int main() { boost::iostreams::stream<boost::iostreams::file_source> file("example.txt"); std::string line; std::getline(file, line); return 0; }
Debug
Known issues
gotchaBoost.Iostreams may require linking against libbz2, liblzma, or zlib for certain filters.
fix
Ensure those libraries are available and linked if using compression filters.
affects: all
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources

No resource links recorded.

boost-iostreams — pip install boost-iostreams · libregistry