MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / write_character

Method write_character

Source/external/json.hpp:14846–14849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14844 {}
14845
14846 void write_character(CharType c) override
14847 {
14848 v.push_back(c);
14849 }
14850
14851 JSON_HEDLEY_NON_NULL(2)
14852 void write_characters(const CharType* s, std::size_t length) override

Callers 12

write_cborMethod · 0.45
write_msgpackMethod · 0.45
write_ubjsonMethod · 0.45
write_bson_booleanMethod · 0.45
write_bson_arrayMethod · 0.45
write_bson_objectMethod · 0.45
write_bjdata_ndarrayMethod · 0.45
write_compact_floatMethod · 0.45
dumpMethod · 0.45
dump_integerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected