simdjson  3.11.0
Ridiculously Fast JSON
simdjson::simdjson_result< dom::array > Struct Reference

The result of a JSON conversion that may fail. More...

Inheritance diagram for simdjson::simdjson_result< dom::array >:

Public Member Functions

simdjson_result< dom::elementat_pointer (std::string_view json_pointer) const noexcept
 
simdjson_result< dom::elementat_path (std::string_view json_path) const noexcept
 
simdjson_result< dom::elementat (size_t index) const noexcept
 
dom::array::iterator begin () const noexcept(false)
 
dom::array::iterator end () const noexcept(false)
 
size_t size () const noexcept(false)
 

Detailed Description

The result of a JSON conversion that may fail.

Definition at line 163 of file array.h.


The documentation for this struct was generated from the following files: