Demo 0.0.1
Example C++ project
Loading...
Searching...
No Matches
demo::output Class Reference

Output information to output stream. More...

#include <output.h>

Public Member Functions

outputwrite (std::ostream &os, std::string_view str)
 Write information to given output stream. demo::greeting()
 

Detailed Description

Output information to output stream.

Member Function Documentation

◆ write()

output & demo::output::write ( std::ostream & os,
std::string_view str )

Write information to given output stream. demo::greeting()

Parameters
osThe output stream write to.
strThe information to write.
Returns
Return reference of this object.

The documentation for this class was generated from the following files: