output adapter for output streams More...


Public Member Functions | |
| output_stream_adapter (std::basic_ostream< CharType > &s) | |
| void | write_character (CharType c) override |
| void | write_characters (const CharType *s, std::size_t length) override |
output adapter for output streams