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