commit | 8e06419ee940b3d3a8d0e9f2c9e1fff03c193997 | [log] [tgz] |
---|---|---|
author | Sebastian Jansson <srte@webrtc.org> | Tue Aug 07 10:34:33 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 07 11:30:21 2018 |
tree | dd87514e017293cdc969949d85ea5395e2601352 | |
parent | 29835996e9a4204c9b597e3c2697325e47f1831e [diff] |
Makes units constexpr when possible. This makes the constructor and the unchecked create functions constexpr on the unit classes Timestamp, TimeDelta, Datarate and DataSize. This allows using the units in constexpr constants. Unchecked access methods are made constexpr as well. Making them usable in static asserts. Constexpr create functions for checked construction is added in a separate CL. Bug: webrtc:9574 Change-Id: I605ae2e8572195dbb2078c283056208be0f43333 Reviewed-on: https://webrtc-review.googlesource.com/91160 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24206}
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.