| 12674 | {} |
| 12675 | |
| 12676 | void write_character(CharType c) override |
| 12677 | { |
| 12678 | stream.put(c); |
| 12679 | } |
| 12680 | |
| 12681 | JSON_HEDLEY_NON_NULL(2) |
| 12682 | void write_characters(const CharType* s, std::size_t length) override |
nothing calls this directly
no outgoing calls
no test coverage detected