mrdocs::report::print

Report a message to the console.

Synopsis

void
print(std::string const& text);

Parameters

Name

Description

text

The message to print. A trailing newline will be added to the message automatically.

Created with MrDocs