MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / write_character

Method write_character

include/jwt/json/json.hpp:12676–12679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected