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

Method cbegin

include/jsoncons/basic_json.hpp:365–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 return last_;
364 }
365 const_iterator cbegin() const noexcept
366 {
367 return first_;
368 }
369 const_iterator cend() const noexcept
370 {
371 return last_;

Callers 3

beginMethod · 0.45
visit_end_objectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected