Registry / utility / byte-lite

byte-lite

JSON →
library0.3.0vcpkgunverified

A C++17-like byte type for C++98, C++11 and later in a single-file header-only library

vcpkg install byte-lite
INSTALL
IMPORT
SIG · BYTE-LITE
B
byte-lite
utilitycppv0.3.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.

nonstd/byte.hpp
✓ #include <nonstd/byte.hpp>

Minimal usage of byte-lite

#include <nonstd/byte.hpp> #include <iostream> int main() { nonstd::byte b{0x42}; std::cout << std::hex << static_cast<int>(b) << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

byte-lite — pip install byte-lite · libregistry