How to declare prototype of Template functions

Is this the proper way to declare a function prototype with template class?

1
2
  template<class T>
  SMatrix<T> stressen_mat_mul(const SMatrix<T>& , const SMatrix<T>& );
Topic archived. No new replies allowed.