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

Method make_parse_options

bench/bench.cpp:784–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782 : rapidjson::kParseNoFlags);
783
784 static
785 parse_options
786 make_parse_options() noexcept
787 {
788 parse_options opts;
789 opts.numbers = FullPrecision
790 ? number_precision::precise : number_precision::imprecise;
791 return opts;
792 }
793
794 rapidjson_impl(bool with_file_io)
795 : any_impl(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected