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

Method cend

include/jsoncons/basic_json.hpp:369–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367 return first_;
368 }
369 const_iterator cend() const noexcept
370 {
371 return last_;
372 }
373 reverse_iterator rbegin() const noexcept
374 {
375 return reverse_iterator(last_);

Callers 2

endMethod · 0.45
visit_end_objectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected