auto stringer = [](const object& value) {return value.to_string();};
int16 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...
int16_t int16
Represents a 16-bit signed integer.
Definition int16.h:23
box_integer< int16 > int16_object
Represent a boxed int16.
Definition int16_object.h:29