MCPcopy Create free account
hub / github.com/ReactiveX/RxCpp / item

Method item

Ix/CPP/samples/SampleCppLinq/SampleCppLinq.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 double time;
33
34 item(const string& input) {
35 args = extract_value(input, "args");
36 concurrency = atoi( extract_value(input, "concurrency").c_str() );
37 time = atof( extract_value(input, "time").c_str() );
38 }
39 };
40
41 auto data_unparsed = load_data();

Callers

nothing calls this directly

Calls 1

extract_valueFunction · 0.85

Tested by

no test coverage detected