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

Method position

include/jsoncons/source.hpp:682–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680 }
681
682 std::size_t position() const
683 {
684 return current_ - data_;
685 }
686
687 void ignore(std::size_t count)
688 {

Callers 9

source_tests.cppFile · 0.45
custom_visitMethod · 0.45
visit_stringMethod · 0.45
visit_stringMethod · 0.45
columnMethod · 0.45
columnMethod · 0.45
columnMethod · 0.45
columnMethod · 0.45

Calls

no outgoing calls

Tested by 2

custom_visitMethod · 0.36
visit_stringMethod · 0.36