Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Merge requests
!58961
CxxUtils: Add ConcurrentRangeMap::clear().
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CxxUtils: Add ConcurrentRangeMap::clear().
ssnyder/athena:clear.CxxUtils-20221203
into
master
Overview
2
Commits
1
Pipelines
1
Changes
4
Merged
Scott Snyder
requested to merge
ssnyder/athena:clear.CxxUtils-20221203
into
master
2 years ago
Overview
2
Commits
1
Pipelines
1
Changes
4
Expand
Mostly for testing --- should not normally be used.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
52e7f5f8
1 commit,
2 years ago
4 files
+
70
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
Control/CxxUtils/CxxUtils/ConcurrentRangeMap.h
+
7
−
0
Options
@@ -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