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