Write a reasonable representation of the specified configuration object to the specified output stream, and return a reference to stream.
Declared in <balb_filecleanerconfiguration.h>
std::ostream&
operator<<(
std::ostream& stream,
FileCleanerConfiguration const& configuration);
reference to stream
| Name | Description |
|---|---|
| stream | output stream |
| configuration | configuration object to format |