auto stringer = [](const object& value) {return value.to_string();};
wchar unboxed_object = L
'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...
wchar_t wchar
Represents a wide character.
Definition wchar.h:24
box_char< wchar > wchar_object
Represent a boxed wchar.
Definition wchar_object.h:33