auto stringer = [](const object& value) {return value.to_string();};
size_t 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...
box_integer< size_t > size_object
Represent a boxed size_t.
Definition size_object.h:25