Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- template<Kind K, template<class>K k>
- struct ApplyInt{
- using type = k<int>;
- };
- template<class Key, class Value> class HashFunc;
- ApplyInt< template<class>, HashFunc >::type
- ==> template<class Value> HashFunc<int, value>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement