commit | 28a325b52314d31a2e3ac4e3c8f46761784183f5 | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Tue May 15 12:57:51 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue May 15 13:49:02 2018 |
tree | c7f5d0e9739c45f173cc725ed097dd5dfa362dad | |
parent | ae93f0412a05cd1f865b6c0abb6d234bbfa4fe12 [diff] |
ArrayView, adding ctor for fixed-size views of const(expr) std::array. This CL allows to reduce the code required to create fixed-size ArrayView objects for const(expr) std::array instances. Instead of passing .data() and size(), it is now sufficient to pass the const(expr) std::array instance. When instancing an array view with variable size, a different ctor is called. Bug: webrtc:9076 Change-Id: Ie1182fdc33c6b5657f510b6723552813d5933e3e Reviewed-on: https://webrtc-review.googlesource.com/76820 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23243}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.