Thread Previous • Date Previous • Date Next • Thread Next |
On Thu, Apr 03, 2008 at 07:47:13PM +0200, Martin Sandve Alnæs wrote: > We only talked about create() the other day, copy() can still be > useful! Or does the factory duplicate this functionality? No, but Kent has added an assignment operator: GenericVector* y = x.factory().createVector(); *y = x; -- Anders
Thread Previous • Date Previous • Date Next • Thread Next |