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

Method MyIterator

examples/src/json_reader_examples.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 using reference = const char&;
28
29 MyIterator(const char* p)
30 : p_(p)
31 {
32 }
33
34 reference operator*() const
35 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected