Skip to content

How to remove specific name table entry? #657

Closed Answered by cmyr
ollimeier asked this question in Q&A
Discussion options

You must be logged in to vote

This isn't really something that we've had to deal with yet, hence no implementation.

Your best bet might be to use the built in BTreeSet::retain method on the name_record collection.

You could also construct the namerecord that you want to remove, and then pass it to BTreeSet::remove.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ollimeier
Comment options

Answer selected by rsheeter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #654 on October 09, 2023 09:45.