This provides the equivalent of std::byte.
std::byte is a distinct type that implements the concept of byte as specified in the C++ language definition.
https://en.cppreference.com/w/cpp/types/byte
Details
Details
- Reviewers
sivachandra - Commits
- rGd02525cab751: [libc] Add cpp::byte
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo