Prev | Next |
y = x
x
to the object
y
.
In either case,
x
has prototype
const Type &x
where
Type
is
VecAD<Base>::reference
,
AD<Base>
,
Base
,
or any type that has an implicit constructor of the form
Base(x)
.
y
has prototype
AD<Base> y