How to make Template functions friends to a class

From: madhukar_bm (madhukarbm_at_yahoo.com)
Date: 02/05/04


Date: 5 Feb 2004 02:46:27 -0800

Can we declare a template function as a friend to a class, if yes
please give me the syntax.Thanks in advance
rgrds
Madhukar



Relevant Pages

  • Re: How to make Template functions friends to a class
    ... > Can we declare a template function as a friend to a class, ...
    (comp.lang.cpp)
  • Re: Scope of Variable Declared Like This?
    ... I declared a number of variables and arrays as Friend in that Public Module at the very top of the ... doing anything to facilitate that, either, such as saving/restoring to/from session variables. ... A variable that I declare at the very top is one I ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Scope of Variable Declared Like This?
    ... I would still suggest to resort to Session, ... > I declared a number of variables and arrays as Friend in that Public ... Friend var1 as whatever ... > If I declare them all Private within and at the top of the aspxPage Class, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Scope of Variable Declared Like This?
    ... > I would still suggest to resort to Session, ... >> I declared a number of variables and arrays as Friend in that Public ... A variable that I declare at the very ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How to Call (utilize) a Sub() in a Class DLL?
    ... so you want to declare it only once in the entire NET ... "Friend" is the middle path. ... Public Sub SetXLHwnd ...
    (microsoft.public.excel.programming)