MCPcopy Create free account
hub / github.com/danielaparker/jsoncons / string_source

Method string_source

include/jsoncons/source.hpp:441–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439 const value_type* end_{nullptr};
440 public:
441 string_source() noexcept = default;
442
443 // Noncopyable
444 string_source(const string_source&) = delete;

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected