cpp-template-function-definition   [plain text]


template<class T> int RIGHT(T arg)
{
	ChangeMe;
}