third_party.pigweed.src/pw_bytes
shaneajg 5c15f0db3c pw_bytes: Added iterator value-retrieval methods
Added 'peek' and 'read' functionality that enables ordered retreival
(Little/Big Endian) of the inserted integer values, and adjusts the
position of the iterator accordingly.

Change-Id: I418f7bd3ed5a1b627a80a0eaa190c2d26fed032c
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/12960
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Shane Gomindes <shaneajg@google.com>
2020-06-29 16:24:03 +00:00
..
public/pw_bytes pw_bytes: Added iterator value-retrieval methods 2020-06-29 16:24:03 +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: Added iterator value-retrieval methods 2020-06-29 16:24:03 +00:00
byte_builder.cc
CMakeLists.txt
docs.rst
README.md

pw_bytes: Embedded-friendly C++ bytes manipulation primitives