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

Method input_stream_adapter

include/jwt/json/json.hpp:4805–4807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4803 }
4804
4805 explicit input_stream_adapter(std::istream& i)
4806 : is(&i), sb(i.rdbuf())
4807 {}
4808
4809 // delete because of pointer members
4810 input_stream_adapter(const input_stream_adapter&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected