writes a string representation of some objects to the given file descriptor
None
Attention: This function must be called with I/O-access rights!
The function displays a label before each object.
To display an object's details the function uses serialization.
The string representation is converted to utf-8 before beeing written.
std::dump | writes a string representation of some objects to stdout |
std::edump | print an object dump to stderr |
debug::dump | writes a string representation of an object to stderr |
debug::dump_object | writes a string representation of an object to stderr |