Elaborating.

This commit is contained in:
Daniel Lemire 2020-06-25 10:14:29 -04:00
parent 5e690c5d04
commit 32348c2b0b
1 changed files with 1 additions and 0 deletions

View File

@ -487,6 +487,7 @@ public:
really_inline simdjson_result<dom::array> get_array() const noexcept;
really_inline simdjson_result<dom::object> get_object() const noexcept;
really_inline simdjson_result<const char *> get_c_str() const noexcept;
really_inline simdjson_result<size_t> get_string_length() const noexcept;
really_inline simdjson_result<std::string_view> get_string() const noexcept;
really_inline simdjson_result<int64_t> get_int64() const noexcept;
really_inline simdjson_result<uint64_t> get_uint64() const noexcept;