Guest User

Untitled

a guest
Jul 14th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. template<typename Type>
  2. int GenericFunc(Type val)
  3. {
  4.     HelperStruct<Type> helper;
  5.     return helper(val)
  6. }
Add Comment
Please, Sign In to add comment