MCPcopy Create free account
hub / github.com/boostorg/json / parse

Method parse

bench/bench-conv.cpp:777–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775 {}
776
777 clock_type::duration
778 parse(file_item const& fi, std::size_t repeat) const override
779 {
780 return mpl::mp_with_index<supported_file_count>(
781 fi.index, parser{fi, get_parse_options(), repeat} );
782 }
783
784 clock_type::duration
785 serialize(file_item const& fi, std::size_t repeat) const override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected