Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danielaparker/jsoncons
/ MyIterator
Method
MyIterator
test/corelib/src/encode_decode_json_tests.cpp:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
using reference = const char&;
22
23
MyIterator(const char* p)
24
: p_(p)
25
{
26
}
27
28
reference operator*() const
29
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected