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...
box_integer< intptr > intptr_object
Represent a boxed intptr.
Definition intptr_object.h:29
intmax_t intptr
Represent a pointer or a handle.
Definition intptr.h:23