MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / Read

Method Read

include/dmlc/json.h:403–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 writer->WriteNumber<ValueType>(value);
402 }
403 inline static void Read(JSONReader *reader, ValueType *value) {
404 reader->ReadNumber<ValueType>(value);
405 }
406};
407
408template<typename ContainerType>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected