mrdocs::report::print

Report a message to the console.

Synopsis

Declared in <mrdocs/Support/Report.hpp>

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