MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / json_value

Function json_value

lesson6-Segmentation/json.hpp:17470–17470  ·  view source on GitHub ↗

default constructor (for null values)

Source from the content-addressed store, hash-verified

17468
17469 /// default constructor (for null values)
17470 json_value() = default;
17471 /// constructor for booleans
17472 json_value(boolean_t v) noexcept : boolean(v) {}
17473 /// constructor for numbers (integer)

Callers

nothing calls this directly

Calls 1

createFunction · 0.85

Tested by

no test coverage detected