MCPcopy Create free account
hub / github.com/adamritter/fastgron / document_reference

Method document_reference

extern/simdjson/simdjson.h:25178–25178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25176 simdjson_inline document_reference() noexcept;
25177 simdjson_inline document_reference(document &d) noexcept;
25178 simdjson_inline document_reference(const document_reference &other) noexcept = default;
25179 simdjson_inline document_reference& operator=(const document_reference &other) noexcept = default;
25180 simdjson_inline void rewind() noexcept;
25181 simdjson_inline simdjson_result<array> get_array() & noexcept;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected