Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- template<
- class Key,
- class T,
- class Compare = std::less<Key>,
- class Allocator = std::allocator<std::pair<const Key, T> >
- > class map;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement