Back to all

embedded-cpp

by Amin Alam

50Feb 7, 2026Visit Source
Bounded buffer view: ```cpp // REQ-CPP-API-02; TEST-CPP-05 struct BufferView { uint8_t* data; size_t len; };