commit | 0e1d3c5675a1cdcc56ba805091595cffc3f7fbda | [log] [tgz] |
---|---|---|
author | Daniel Cheng <dcheng@chromium.org> | Mon Apr 03 22:51:18 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 05 20:18:57 2023 |
tree | 08178e65a9e1add4304032618292b8dc422c25f3 | |
parent | deb25d2f45bb071da77b2607576cb7475731de1a [diff] |
Add reference, pointer, and co type aliases for rtc::ArrayView. Many STL containers define these type aliases, and they are easier to work with than add_const_t<add_lvalue_reference_t<value_type>>. In a followup, `WTF::Vector` in Blink's conversion constructor from other containers will be SFINAE-guarded using these type aliases. Bug: chromium:1408442 Change-Id: I7790e6f462a32e7e49bc6468afeda6b2e6d4b631 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/300180 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/main@{#39771}
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.