On 2/14/11, Steven Schveighoffer <schvei...@yahoo.com> wrote: > In C++ a friend function is able to access all private > data. The most common use of friend functions is for output stream > processors (since the operator is on the stream and not the object being > outputted).
Oh right, these << << <<? Ugly things. :p