commit | 35a31743fdc9006d5424fd2e1e15f6aba0a3c30c | [log] [tgz] |
---|---|---|
author | Jeremy Roman <[email protected]> | Wed Aug 16 22:20:53 2017 |
committer | Commit Bot <[email protected]> | Wed Aug 16 22:20:53 2017 |
tree | bbe378c261568aa0539bdf7bec7119c56ac16360 | |
parent | b0e46102593ba61d7102980e6d8da2c223dd4d6a [diff] |
Use more concise alias versions of standard type traits in base::Bind. This gets rid of a noticeable amount of "typename std::some_trait<...>::type" boilerplate. In a few places, the std::integral_constant conversion operator is used to replace ::value in cases where it makes things look more concise. Change-Id: Ib733e9e24650452dc7d6c276e51fec2713e5c30d Reviewed-on: https://chromium-review.googlesource.com/617300 Commit-Queue: Jeremy Roman <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#494974}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .