Prev | Next |
is >> x
x
to a parameter
with value
b
corresponding to
is >> b
where
b
is a
Base
object.
It is assumed that this
Base
input operation returns
a reference to
is
.
is
has prototype
std::istream& is
x
has one of the following prototypes
AD<Base>& x
is
.
For example, if the operand
y
has prototype
AD<Base> y
then the syntax
is >> x >> y
will first read the
Base
value of
x
from
is
,
and then read the
Base
value to
y
.
Base
operation sequence
.