We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e690c5 commit 32348c2Copy full SHA for 32348c2
include/simdjson/dom/element.h
@@ -487,6 +487,7 @@ struct simdjson_result<dom::element> : public internal::simdjson_result_base<dom
487
really_inline simdjson_result<dom::array> get_array() const noexcept;
488
really_inline simdjson_result<dom::object> get_object() const noexcept;
489
really_inline simdjson_result<const char *> get_c_str() const noexcept;
490
+ really_inline simdjson_result<size_t> get_string_length() const noexcept;
491
really_inline simdjson_result<std::string_view> get_string() const noexcept;
492
really_inline simdjson_result<int64_t> get_int64() const noexcept;
493
really_inline simdjson_result<uint64_t> get_uint64() const noexcept;
0 commit comments