show/hide this revision's text 2 edited tags
show/hide this revision's text 1

existance map in c++

I want something like an std::map, but I only want to see if the item exists or not, I don't actually need a key AND value. What should I use?