Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Universe 0:
- vector<int>
- string
- Universe 1 (lets call it Kind):
- class
- template<class> class
- template<class,class> class
- ...
- Universe 2 (lets call it Sort):
- template<Kind> class;
- template<Kind> Kind;
- where Kind can be instantiated with any value from Kind
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement