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