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

Method rapidjson_impl

bench/bench.cpp:794–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792 }
793
794 rapidjson_impl(bool with_file_io)
795 : any_impl(
796 "rapidjson",
797 "",
798 false,
799 std::is_same<Allocator, RAPIDJSON_DEFAULT_ALLOCATOR>::value,
800 with_file_io,
801 make_parse_options() )
802 {}
803
804 clock_type::duration
805 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