auto stringer = [](const object& value) {return value.to_string();};
ulong 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...
__ulong__ ulong
Represents a 32-bit or 64-bit unsigned integer.
Definition ulong.h:24
box_integer< ulong > ulong_object
Represent a boxed ulong.
Definition ulong_object.h:29