auto stringer = [](const object& value) {return value.to_string();};
auto result = stringer(boxed_object);
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
long double decimal
Represents a decimal-precision floating-point number.
Definition decimal.h:23
box_floating_point< decimal > decimal_object
Represent a boxed decimal.
Definition decimal_object.h:33