auto stringer = [](const object& value) {return value.to_string();};
slong unboxed_object = 42;
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< slong > slong_object
Represent a boxed int16.
Definition slong_object.h:29
__slong__ slong
Represents a 32-bit or 64-bit signed integer.
Definition slong.h:27