Demo 0.0.1
Example C++ project
|
Output information to output stream. More...
#include <output.h>
Public Member Functions | |
output & | write (std::ostream &os, std::string_view str) |
Write information to given output stream. demo::greeting() | |
Output information to output stream.
output & demo::output::write | ( | std::ostream & | os, |
std::string_view | str ) |
Write information to given output stream. demo::greeting()
os | The output stream write to. |
str | The information to write. |