Prev | Next | ad_to_string |
s = to_string(value)
.
value
has prototype
const AD<Base>& value
const Base& value
where
Base
is a type that supports the
base_to_string
type requirement.
std::string s
and contains a representation of the specified
value
.
If
value
is an AD type,
the result has the same precision as for the
Base
type.
to_string
with AD types.