commit | 858c4d70cd8eff85b8c203696baa32be5c101c06 | [log] [tgz] |
---|---|---|
author | Alessio Bazzica <alessiob@webrtc.org> | Mon May 14 14:33:58 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Mon May 14 16:22:09 2018 |
tree | cc9e04e95a075b43f98d0172737907460a50dbc4 | |
parent | 6e0c145538b7f919cadbde83b9bb9d882b8d538f [diff] |
ArrayView, adding ctor for fixed-size views of std::array. This CL allows to reduce the code required to create fixed-size ArrayView objects for std::array instances. Instead of passing .data() and .size(), it is now sufficient to pass the std::array instance. When instancing an array view with variable size, a different ctor is called. Bug: webrtc:9076 Change-Id: I4fe133b27cd12827ed0206d40184279fc3a196f5 Reviewed-on: https://webrtc-review.googlesource.com/76160 Commit-Queue: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23220}
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.