Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contains_key to managed maps #230

Merged
merged 5 commits into from
Jul 16, 2024
Merged

Add contains_key to managed maps #230

merged 5 commits into from
Jul 16, 2024

Conversation

leemaguire
Copy link
Contributor

Add managed<std::map<std::string, T>>::contains_key for conveniently checking if a managed map contains a given key. Use this method in the Type Safe Query API instead of managed<std::map<std::string, T>>::find.

@leemaguire leemaguire added the no-jira-ticket Skip checking the PR title for Jira reference label Jul 15, 2024
@leemaguire leemaguire self-assigned this Jul 15, 2024
Copy link
Contributor

@kneth kneth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@leemaguire leemaguire merged commit 359569d into main Jul 16, 2024
26 of 51 checks passed
@leemaguire leemaguire deleted the lm/map-rbool-find branch July 16, 2024 13:24
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
no-jira-ticket Skip checking the PR title for Jira reference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants