Skip to content

`std::span`-like type for C++17 that makes working with byte ranges more convenient than `std::span<(const)? std::byte, Extent>` #

License

Notifications You must be signed in to change notification settings

mika-fischer/mcpp-byte-span

Repository files navigation

byte-span

Ubuntu Windows macOS

This is a std::span-like type for C++17 that makes working with byte ranges more convenient than std::span<(const)? std::byte, Extent>

License

This software is licensed under the Boost Software License - Version 1.0.

About

`std::span`-like type for C++17 that makes working with byte ranges more convenient than `std::span<(const)? std::byte, Extent>` #

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published