Test class T int int Test< T >::example (int p1, int p2) example int p1 int p2 throw (std::out_of_range) An example member function. p1First parameter. p2Second parameter. std::out_of_rangeparameter is out of range. 0if p1 and p2 are equal -1if p1 is smaller than p2 1if p1 is bigger than p2 A Test class. More details about this class. TA template parameter. Test example