Skip to content
Snippets Groups Projects

CxxUtils: Add ConcurrentRangeMap::clear().

Merged Scott Snyder requested to merge ssnyder/athena:clear.CxxUtils-20221203 into master
4 files
+ 70
1
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -479,6 +479,13 @@ public:
size_t trim (const std::vector<key_query_type>& keys);
/**
* @brief Remove all entries in the container.
* Mostly for testing --- should not normally be used.
*/
void clear();
/**
* @brief Return the current number of elements in the map.
*/
Loading