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< xtd::byte > byte_object
Represent a boxed byte.
Definition byte_object.h:33
uint8_t byte
Represents a 8-bit unsigned integer.
Definition byte.h:23