From 32348c2b0bb905af0f87e4052050b7ddb51a7695 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Thu, 25 Jun 2020 10:14:29 -0400 Subject: [PATCH] Elaborating. --- include/simdjson/dom/element.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/simdjson/dom/element.h b/include/simdjson/dom/element.h index ac276b3a..1da0ffb6 100644 --- a/include/simdjson/dom/element.h +++ b/include/simdjson/dom/element.h @@ -487,6 +487,7 @@ public: really_inline simdjson_result get_array() const noexcept; really_inline simdjson_result get_object() const noexcept; really_inline simdjson_result get_c_str() const noexcept; + really_inline simdjson_result get_string_length() const noexcept; really_inline simdjson_result get_string() const noexcept; really_inline simdjson_result get_int64() const noexcept; really_inline simdjson_result get_uint64() const noexcept;