Advertisement
poohitan

kobzar blah.h

Sep 24th, 2013
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. class Analysis {
  2. public:
  3.     void processExamResults();
  4.     template <class T>
  5.     T test(T, T, T);
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement