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

Method MyIterator

test/csv/src/encode_decode_csv_tests.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected