MCPcopy Create free account
hub / github.com/Samsung/UTopia / ValueIterator

Method ValueIterator

external/jsoncpp/jsoncpp.cpp:2354–2355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2352ValueIterator::ValueIterator() = default;
2353
2354ValueIterator::ValueIterator(const Value::ObjectValues::iterator &current)
2355 : ValueIteratorBase(current) {}
2356
2357ValueIterator::ValueIterator(const ValueConstIterator &other)
2358 : ValueIteratorBase(other) {

Callers

nothing calls this directly

Calls 1

throwRuntimeErrorFunction · 0.85

Tested by

no test coverage detected