home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / g / help / 1581 < prev    next >
Encoding:
Text File  |  1992-12-14  |  709 b   |  32 lines

  1. Newsgroups: gnu.g++.help
  2. Path: sparky!uunet!mcsun!news.forth.gr!csd.uch.gr!kilitzir
  3. From: kilitzir@csd.uch.gr (Kilitzirakis christos 122)
  4. Subject: friend template declaration
  5. Message-ID: <1992Dec14.090157.25277@csd.uch.gr>
  6. Summary: how a friend template is declared
  7. Keywords: friend,template,help
  8. Organization: Computer Science Department, University of Crete HELLAS
  9. Date: Mon, 14 Dec 1992 09:01:57 GMT
  10. Lines: 20
  11.  
  12. Hi,
  13. I want to declare ,in g++ , a friend template function.
  14. How can, if I can, do this ?
  15. for ex. :
  16. template < class T> FTemplate(T &,T &) ;
  17.  
  18. class Cclass {
  19. ....
  20. public:
  21. #declaration  of FTemplate
  22. };
  23.  
  24. It may seems as a trivial question, but I haven't found the trivial
  25. answer yet,
  26.  
  27.  
  28.  
  29. XXXristos
  30.  
  31.  
  32.