Advertisement
frasl

Untitled

Feb 11th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. template<
  2.     class Key,
  3.     class T,
  4.     class Compare = std::less<Key>,
  5.     class Allocator = std::allocator<std::pair<const Key, T> >
  6. > class map;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement