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...
uintmax_t uintptr
Represent a pointer or a handle.
Definition uintptr.h:23
box_integer< uintptr > uintptr_object
Represent a boxed uintptr.
Definition uintptr_object.h:29