Function console::get_standard_stream

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::ostream object, I have to write this kind of hack.