home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.g++.help
- Path: sparky!uunet!mcsun!news.forth.gr!csd.uch.gr!kilitzir
- From: kilitzir@csd.uch.gr (Kilitzirakis christos 122)
- Subject: friend template declaration
- Message-ID: <1992Dec14.090157.25277@csd.uch.gr>
- Summary: how a friend template is declared
- Keywords: friend,template,help
- Organization: Computer Science Department, University of Crete HELLAS
- Date: Mon, 14 Dec 1992 09:01:57 GMT
- Lines: 20
-
- Hi,
- I want to declare ,in g++ , a friend template function.
- How can, if I can, do this ?
- for ex. :
- template < class T> FTemplate(T &,T &) ;
-
- class Cclass {
- ....
- public:
- #declaration of FTemplate
- };
-
- It may seems as a trivial question, but I haven't found the trivial
- answer yet,
-
-
-
- XXXristos
-
-
-