Files
platform-external-webrtc/api
Alessio Bazzica 28a325b523 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}
2018-05-15 13:49:02 +00:00
..
2018-05-14 06:57:38 +00:00
2017-11-15 13:31:51 +00:00
2017-12-06 18:12:06 +00:00
2018-03-20 18:37:49 +00:00