auto stringer = [](const object& value) {return value.to_string();};
bool unboxed_object = true;
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< bool > boolean_object
Represent a boxed bool.
Definition boolean_object.h:29