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

Method output_string_adapter

include/jwt/json/json.hpp:12696–12698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12694{
12695 public:
12696 explicit output_string_adapter(StringType& s) noexcept
12697 : str(s)
12698 {}
12699
12700 void write_character(CharType c) override
12701 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected