Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

std::map uses a tree as an implementation detail to achieve certain performance guarantees. It is not a tree from the user’s perspective, however. That is, there are no parent/child relationships between the elements in a std::map.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: