auto stringer = [](const object& value) {return value.to_string();};
char unboxed_object = 'a';
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_char< char > char_object
Represent a boxed char.
Definition char_object.h:33