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

Method output_vector_adapter

include/jwt/json/json.hpp:12648–12650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12646{
12647 public:
12648 explicit output_vector_adapter(std::vector<CharType>& vec) noexcept
12649 : v(vec)
12650 {}
12651
12652 void write_character(CharType c) override
12653 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected