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

Class T

test/stream_parser.cpp:1228–1236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1226 testIssue45()
1227 {
1228 struct T
1229 {
1230 value jv;
1231
1232 T(value jv_)
1233 : jv(jv_)
1234 {
1235 }
1236 };
1237
1238 auto const jv = parse("[]");
1239 auto const t = T{jv};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected