Chromium Code Reviews
DescriptionWTF::Vector: Add comments to each member function.
This patch adds lots of comments to the public member functions of Vector.
Additionally, the order of the member functions is changed slightly, and
some inlined implementation becomes out-of-line, both for readability.
It still lacks class-level commentary, including the precise semantics of
iterator invalidation or the explanation of inline capacity. This will be
addressed later.
BUG=690816
Review-Url: https://codereview.chromium.org/2696123002
Cr-Commit-Position: refs/heads/master@{#450669}
Committed: https://chromium.googlesource.com/chromium/src/+/e6cfc1a979decf08475dcef3b095c8af9c8f2649
Patch Set 1 #
Total comments: 8
Patch Set 2 : Mention the use case of at(). #Messages
Total messages: 16 (10 generated)
|