commit | a280f7c02647e80052ce344703a1557f52e924da | [log] [tgz] |
---|---|---|
author | ossu <ossu@webrtc.org> | Thu Apr 06 02:02:15 2017 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Apr 06 09:02:15 2017 +0000 |
tree | 36a9819d99f7280ad0954630725908ff1ad3d051 | |
parent | b1e3fc4515a4d3cfb0078357bf133e90c15db9a2 [diff] |
Added integer parsing functions in base/string_to_number.h They provide parsing of numbers from char* and std::string into any of the fundamental integer types. Values are returned in an rtc::Optional, which is left empty if parsing was unsuccessful. BUG=webrtc:5806 Review-Url: https://codereview.webrtc.org/2696003004 Cr-Commit-Position: refs/heads/master@{#17557}
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.