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< uint16 > uint16_object
Represent a boxed uint16.
Definition uint16_object.h:29
uint16_t uint16
Represents a 16-bit unsigned integer.
Definition uint16.h:23