auto stringer = [](const object& value) {return value.to_string();};
double unboxed_object = 3.14;
auto result = stringer(boxed_object);
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
box_floating_point< double > double_object
Represent a boxed double.
Definition double_object.h:33