-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
According to the documentation pack_into should be able to pack_into any byte_container, but the function takes a std:array instead of std::span or equivalent.
bitpacker/include/bitpacker/bitpacker.hpp
Line 822 in c62dbbf
| constexpr void pack_into(Fmt /*unused*/, std::array<byte_type, N>& data, const size_type offset, Args&&... args) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels