|
Prev | Next |
AD<Base> y()
AD<Base> y(x)
AD<Base> y = x
AD<Base>
object
y
and initializes its value as equal to
x
.
x
has prototype
const Type &x
where
Type
is
VecAD<Base>::reference
,
AD<Base>
,
Base
,
or any type that has a constructor of the form
Base(x)
.
y
has prototype
AD<Base> y