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

Method boost_simple_impl

bench/bench.cpp:639–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637{
638public:
639 boost_simple_impl(
640 bool is_pool, bool with_file_io, parse_options const& popts)
641 : base_boost_impl("convenient", is_pool, with_file_io, popts)
642 {}
643
644 clock_type::duration
645 parse_string(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