Function console::get_standard_stream
Defined in File console.hpp
Function Documentation
-
inline FILE *console::get_standard_stream(const std::ostream &stream)
Since C++ hasn’t a true way to extract stream handler from the a given
std::ostreamobject, I have to write this kind of hack.