Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2925)

Unified Diff: base/containers/flat_set.h

Issue 2853333004: Add range insertion for base::flat_tree (Closed)
Patch Set: Another round of comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/containers/flat_map.h ('k') | base/containers/flat_tree.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/containers/flat_set.h
diff --git a/base/containers/flat_set.h b/base/containers/flat_set.h
index 66b77af94800102b5336e5eff832a40d2ebb181b..7a2316a0b9553a2f04f33a3e98505790759877d6 100644
--- a/base/containers/flat_set.h
+++ b/base/containers/flat_set.h
@@ -84,6 +84,8 @@ namespace base {
// Insert and accessor functions:
// pair<iterator, bool> insert(const Key&);
// pair<iterator, bool> insert(Key&&);
+// void insert(InputIterator first, InputIterator last,
+// FlatContainerDupes);
// pair<iterator, bool> emplace(Args&&...);
// iterator emplace_hint(const_iterator, Args&&...);
//
« no previous file with comments | « base/containers/flat_map.h ('k') | base/containers/flat_tree.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698