Registry / utility / boost-endian

boost-endian

JSON →
library1.90.0vcpkgunverified

Boost endian module

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

Convert native endian to big-endian

#include <boost/endian.hpp> #include <iostream> #include <cstdint> int main() { uint32_t val = 0x01020304; uint32_t big = boost::endian::native_to_big(val); std::cout << "Native to big-endian: " << big << 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-endian — pip install boost-endian · libregistry