Angus Leeming <[EMAIL PROTECTED]> writes: | On Friday 09 August 2002 12:14 pm, Angus Leeming wrote: >> 2. Alternatively, it could be a non-member function >> >> void Counters::copy(Counters const & from, Counters & to) > | That's | void copy(Counters const & from, Counters & to)
How is this then different from a member function void operator=(Counters const & from) ?? -- Lgb