auto stringer = [](const object& value) {return value.to_string();};
float unboxed_object = 3.14f;
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< float > single_object
Represent a boxed single.
Definition single_object.h:29