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

Method grind_one

test/double.cpp:121–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120 template<class F>
121 void
122 static
123 grind_one(
124 string_view s,
125 storage_ptr sp,
126 F const& f,
127 const parse_options& po = parse_options())
128 {
129 auto const jv =
130 from_string_test(s, sp, po);
131 f(jv, po);
132 }
133
134 static
135 void

Callers

nothing calls this directly

Calls 2

parse_optionsClass · 0.85
fFunction · 0.70

Tested by

no test coverage detected