Electroneum
Loading...
Searching...
No Matches
global_stream_operators.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::stringstream & operator<< (std::stringstream &out, const std::wstring &ws)

Function Documentation

◆ operator<<()

std::stringstream & operator<< ( std::stringstream & out,
const std::wstring & ws )

Definition at line 30 of file global_stream_operators.h.

31{
32 std::string as = string_encoding::convert_to_ansii(ws);
33 out << as;
34 return out;
35}
Here is the caller graph for this function: