Advertisement
tinyevil

Untitled

Mar 8th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Universe 0 (lets call it class):
  2. vector<int>
  3. string
  4.  
  5. Universe 1 (lets call it Kind):
  6. class
  7. template<class> class
  8. template<class,class> class
  9. ...
  10.  
  11. Universe 2 (lets call it Sort):
  12.  
  13. template<Kind> class;
  14. template<Kind> Kind;
  15.  
  16. where Kind can be instantiated with any value from Kind
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement