commit | f29fb25555480394cc34e0edef2948f2521b736c | [log] [tgz] |
---|---|---|
author | Peter Kasting <pkasting@chromium.org> | Tue Oct 15 20:05:10 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 16 15:49:09 2024 |
tree | 63f0eb003cb346b720de98d0d64f3f66cce2873d | |
parent | e8d27c7092e5d2d3cba1c69e770f82423631f071 [diff] |
Add begin()/end() to CopyOnWriteBuffer. This allows this type to meet the requirements of e.g. std::ranges::range, which is necessary for it to work with the std::span range constructor, or the "non-legacy" constructor for Chromium's base::span. Bug: chromium:364987728 Change-Id: I6cb2b9c6d849c97e304719140dcb967a9e2c254c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/365780 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43251}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.