What is the best way to map two values to one key?
ie An item with a value and bool.
Tried using:
std::map
Normally, I crate a simple mapValue struct/class.