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...
uint32_t uint32
Represents a 32-bit unsigned integer.
Definition uint32.h:23
box_integer< uint32 > uint32_object
Represent a boxed uint32.
Definition uint32_object.h:29