h0tk3y

Untitled

Nov 14th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include <iostream>
  2. #include <map>
  3.  
  4. template <typename T>
  5. void f(T) {};
  6.  
  7. template<typename K, typename V>
  8. void f(std::map<K, V>) {}
  9.  
  10. int main(int argc, char *argv[])
  11. {
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment