commit | 38bc3423773325414081578b544ea6711a26dec3 | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <jdoerrie@chromium.org> | Tue Nov 24 11:04:04 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Nov 24 11:04:04 2020 |
tree | 8a9b27d9d0d4281b996f54abde1f9d6cee8851f5 | |
parent | 6a86b156c8d2b56ec57b47511f15a806027192de [diff] |
[base] Add dereference operators to StrongAlias This change adds operator-> and operator* to base::StrongAlias. These dereference operators are customary for wrapper types like StrongAlias, allow for more convenience and allow passing StrongAlias to generic APIs like base::invoke. Bug: 954080 Change-Id: I2e2e8da600f20fa9947c615cb2e016a50160d8e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553428 Reviewed-by: Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#830532}
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 .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.