[try Beta version]
Not logged in

 
How to declare prototype of Template functions

Feb 7, 2018 at 5:17pm
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.