Prev | Next | base_member |
Symbol | Meaning | ||
Base
|
The base type corresponding to
AD<Base>
| ||
b
|
An object of type bool
i
|
An object of type int
s
|
An object of type size_t
|
d
|
An object of type double
| ||
x
|
An object of type
const Base&
| ||
y
|
An object of type
const Base&
| ||
z
|
An object of type
Base
| ||
Base z
Base z(i)
Base z(s)
Base z(d)
Base z(x)
op
equal to
+
,
-
the following operation must be supported:
z = op x
op
equal to
=
,
+=
,
-=
,
*=
, and
/=
the following operation must be supported:
z op x
op
equal to
+
,
-
,
*
, and
/
the following operation must be supported:
z = x op y
op
equal to
==
,
!=
,
<=
,
the following operation must be supported:
b = x op y