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...
char16_t char16
Represents a 16-bit unicode character.
Definition char16.h:26
box_char< char16 > char16_object
Represent a boxed char16.
Definition char16_object.h:33