summaryrefslogtreecommitdiffstats
path: root/raul/Table.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Table.hpp')
-rw-r--r--raul/Table.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/raul/Table.hpp b/raul/Table.hpp
index 1d20a9c..fa3848c 100644
--- a/raul/Table.hpp
+++ b/raul/Table.hpp
@@ -86,7 +86,10 @@ public:
std::pair<iterator, bool> cram(const Table<K, T>& range);
+ const_iterator find(const_iterator start, const_iterator end, const K& key) const;
const_iterator find(const K& key) const;
+
+ iterator find(iterator start, iterator end, const K& key);
iterator find(const K& key);
const_iterator find_range_end(const_iterator left, bool (*comp)(const K&,const K&)) const;