| 12655 | |
| 12656 | JSON_HEDLEY_NON_NULL(2) |
| 12657 | void write_characters(const CharType* s, std::size_t length) override |
| 12658 | { |
| 12659 | std::copy(s, s + length, std::back_inserter(v)); |
| 12660 | } |
| 12661 | |
| 12662 | private: |
| 12663 | std::vector<CharType>& v; |
no outgoing calls
no test coverage detected