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