Example Code
class foo
{
friend void myFunc();
};
Was this helpful?