third_party.pigweed.src/pw_bytes
Wyatt Hepler 0158ad731e pw_bytes: ByteSpan and ConstByteSpan aliases
- Introduce ByteSpan and ConstByteSpan aliases for std::span<std::byte>
  and std::span<const std::byte>.
- Use the new aliases in pw_bytes/byte_builder.h.

Change-Id: Ifaf5e19c9b34cf7874b366300aa1e582ae1e5587
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/12944
Reviewed-by: Keir Mierle <keir@google.com>
Commit-Queue: Wyatt Hepler <hepler@google.com>
2020-06-26 22:08:39 +00:00
..
public/pw_bytes pw_bytes: ByteSpan and ConstByteSpan aliases 2020-06-26 22:08:39 +00:00
BUILD pw_bytes: ByteSpan and ConstByteSpan aliases 2020-06-26 22:08:39 +00:00
BUILD.gn pw_bytes: ByteSpan and ConstByteSpan aliases 2020-06-26 22:08:39 +00:00
byte_builder_test.cc pw_bytes: ByteSpan and ConstByteSpan aliases 2020-06-26 22:08:39 +00:00
byte_builder.cc pw_bytes: Added an ordered put method for values 2020-06-19 21:01:52 +00:00
CMakeLists.txt pw_bytes: Module for bytes manipulation. 2020-06-16 22:29:31 +00:00
docs.rst pw_bytes: Added an ordered put method for values 2020-06-19 21:01:52 +00:00
README.md pw_bytes: Module for bytes manipulation. 2020-06-16 22:29:31 +00:00

pw_bytes: Embedded-friendly C++ bytes manipulation primitives