SyntaxFix
Write A Post
Hire A Developer
Questions
I just noticed that with C++20, we will have
bool std::map::contains( const Key& key ) const;
That will return true if map holds an element with key key.
key