|
Prev | Next | base_member |
| Symbol | Meaning |
Base
|
The base type corresponding to
AD<Base>
|
b
|
An object of type bool
|
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(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