You can just use std::set<MyPod*> instead of a std::Map<MyPod*, MyPod*>.
std::set<MyPod*>
std::Map<MyPod*, MyPod*>