<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<tagfile>
<compound kind="namespace">
  <name>nlohmann</name>
  <filename>nlohmann.adoc</filename>
  <class kind="class">nlohmann::json</class>
  <class kind="class">nlohmann::ordered_json</class>
  <class kind="class">nlohmann::adl_serializer</class>
  <class kind="class">nlohmann::basic_json</class>
  <class kind="class">nlohmann::byte_container_with_subtype</class>
  <class kind="class">nlohmann::json_pointer</class>
  <class kind="class">nlohmann::ordered_map</class>
  <class kind="class">nlohmann::operator&quot;&quot;_json</class>
  <class kind="class">nlohmann::operator&quot;&quot;_json_pointer</class>
  <class kind="class">nlohmann::operator&gt;&gt;</class>
  <class kind="class">nlohmann::swap</class>
  <class kind="class">nlohmann::operator&lt;&lt;</class>
  <member kind="function">
    <type>std::string</type>
    <name>format_as</name>
    <anchorfile>nlohmann/format_as.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&lt;ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass&gt;&amp; j)</arglist>
  </member>
  <member kind="function">
    <type>std::string</type>
    <name>to_string</name>
    <anchorfile>nlohmann/to_string.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&lt;ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer, BinaryType, CustomBaseClass&gt;&amp; j)</arglist>
  </member>
</compound>
<compound kind="class">
  <name>nlohmann::json</name>
  <filename>nlohmann/json.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_json</name>
  <filename>nlohmann/ordered_json.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::adl_serializer</name>
  <filename>nlohmann/adl_serializer.adoc</filename>
  <class kind="class">nlohmann::adl_serializer::from_json</class>
  <member kind="function">
    <type>decltype(::nlohmann::to_json(j, std::forward&lt;TargetType&gt;(val)), void())</type>
    <name>to_json</name>
    <anchorfile>nlohmann/adl_serializer/to_json.adoc</anchorfile>
    <anchor/>
    <arglist>(BasicJsonType&amp; j, TargetType&amp;&amp; val)</arglist>
  </member>
</compound>
<compound kind="class">
  <name>nlohmann::adl_serializer::from_json</name>
  <filename>nlohmann/adl_serializer/from_json-01.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json</name>
  <filename>nlohmann/basic_json-0c.adoc</filename>
  <class kind="class">nlohmann::basic_json::allocator_type</class>
  <class kind="class">nlohmann::basic_json::array_t</class>
  <class kind="class">nlohmann::basic_json::binary_t</class>
  <class kind="class">nlohmann::basic_json::bjdata_version_t</class>
  <class kind="class">nlohmann::basic_json::boolean_t</class>
  <class kind="class">nlohmann::basic_json::cbor_tag_handler_t</class>
  <class kind="class">nlohmann::basic_json::const_iterator</class>
  <class kind="class">nlohmann::basic_json::const_pointer</class>
  <class kind="class">nlohmann::basic_json::const_reference</class>
  <class kind="class">nlohmann::basic_json::const_reverse_iterator</class>
  <class kind="class">nlohmann::basic_json::default_object_comparator_t</class>
  <class kind="class">nlohmann::basic_json::difference_type</class>
  <class kind="class">nlohmann::basic_json::error_handler_t</class>
  <class kind="class">nlohmann::basic_json::exception</class>
  <class kind="class">nlohmann::basic_json::initializer_list_t</class>
  <class kind="class">nlohmann::basic_json::input_format_t</class>
  <class kind="class">nlohmann::basic_json::invalid_iterator</class>
  <class kind="class">nlohmann::basic_json::iterator</class>
  <class kind="class">nlohmann::basic_json::json_pointer</class>
  <class kind="class">nlohmann::basic_json::json_sax_t</class>
  <class kind="class">nlohmann::basic_json::json_serializer</class>
  <class kind="class">nlohmann::basic_json::number_float_t</class>
  <class kind="class">nlohmann::basic_json::number_integer_t</class>
  <class kind="class">nlohmann::basic_json::number_unsigned_t</class>
  <class kind="class">nlohmann::basic_json::object_comparator_t</class>
  <class kind="class">nlohmann::basic_json::object_t</class>
  <class kind="class">nlohmann::basic_json::other_error</class>
  <class kind="class">nlohmann::basic_json::out_of_range</class>
  <class kind="class">nlohmann::basic_json::parse_error</class>
  <class kind="class">nlohmann::basic_json::parse_event_t</class>
  <class kind="class">nlohmann::basic_json::parser_callback_t</class>
  <class kind="class">nlohmann::basic_json::pointer</class>
  <class kind="class">nlohmann::basic_json::reference</class>
  <class kind="class">nlohmann::basic_json::reverse_iterator</class>
  <class kind="class">nlohmann::basic_json::size_type</class>
  <class kind="class">nlohmann::basic_json::string_t</class>
  <class kind="class">nlohmann::basic_json::type_error</class>
  <class kind="class">nlohmann::basic_json::value_t</class>
  <class kind="class">nlohmann::basic_json::value_type</class>
  <member kind="function">
    <type>void</type>
    <name>basic_json</name>
    <anchorfile>nlohmann/basic_json-0c/2constructor-0c0.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; other)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>basic_json</name>
    <anchorfile>nlohmann/basic_json-0c/2constructor-0c7.adoc</anchorfile>
    <anchor/>
    <arglist>(basic_json&amp;&amp; other)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>basic_json</name>
    <anchorfile>nlohmann/basic_json-0c/2constructor-09.adoc</anchorfile>
    <anchor/>
    <arglist>(std::nullptr_t null_)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>basic_json</name>
    <anchorfile>nlohmann/basic_json-0c/2constructor-067.adoc</anchorfile>
    <anchor/>
    <arglist>(const value_t v)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>basic_json</name>
    <anchorfile>nlohmann/basic_json-0c/2constructor-0cc.adoc</anchorfile>
    <anchor/>
    <arglist>(const BasicJsonType&amp; val)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>basic_json</name>
    <anchorfile>nlohmann/basic_json-0c/2constructor-02.adoc</anchorfile>
    <anchor/>
    <arglist>(const JsonRef&amp; ref)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>basic_json</name>
    <anchorfile>nlohmann/basic_json-0c/2constructor-06d.adoc</anchorfile>
    <anchor/>
    <arglist>(CompatibleType&amp;&amp; val)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>basic_json</name>
    <anchorfile>nlohmann/basic_json-0c/2constructor-0e0.adoc</anchorfile>
    <anchor/>
    <arglist>(size_type cnt, const basic_json&amp; val)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>basic_json</name>
    <anchorfile>nlohmann/basic_json-0c/2constructor-0e9.adoc</anchorfile>
    <anchor/>
    <arglist>(InputIT first, InputIT last)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>basic_json</name>
    <anchorfile>nlohmann/basic_json-0c/2constructor-0e8.adoc</anchorfile>
    <anchor/>
    <arglist>(initializer_list_t init, bool type_deduction, value_t manual_type)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>~basic_json</name>
    <anchorfile>nlohmann/basic_json-0c/2destructor.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>basic_json&amp;</type>
    <name>operator=</name>
    <anchorfile>nlohmann/basic_json-0c/operator_assign.adoc</anchorfile>
    <anchor/>
    <arglist>(basic_json other)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>at</name>
    <anchorfile>nlohmann/basic_json-0c/at-03.adoc</anchorfile>
    <anchor/>
    <arglist>(size_type idx)</arglist>
  </member>
  <member kind="function">
    <type>const_reference</type>
    <name>at</name>
    <anchorfile>nlohmann/basic_json-0c/at-07.adoc</anchorfile>
    <anchor/>
    <arglist>(size_type idx)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>at</name>
    <anchorfile>nlohmann/basic_json-0c/at-0d.adoc</anchorfile>
    <anchor/>
    <arglist>(const json_pointer&amp; ptr)</arglist>
  </member>
  <member kind="function">
    <type>const_reference</type>
    <name>at</name>
    <anchorfile>nlohmann/basic_json-0c/at-069.adoc</anchorfile>
    <anchor/>
    <arglist>(const json_pointer&amp; ptr)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>at</name>
    <anchorfile>nlohmann/basic_json-0c/at-063.adoc</anchorfile>
    <anchor/>
    <arglist>(const object_t::key_type&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>const_reference</type>
    <name>at</name>
    <anchorfile>nlohmann/basic_json-0c/at-00.adoc</anchorfile>
    <anchor/>
    <arglist>(const object_t::key_type&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>at</name>
    <anchorfile>nlohmann/basic_json-0c/at-02.adoc</anchorfile>
    <anchor/>
    <arglist>(const nlohmann::json_pointer&lt;BasicJsonType&gt;&amp; ptr)</arglist>
  </member>
  <member kind="function">
    <type>const_reference</type>
    <name>at</name>
    <anchorfile>nlohmann/basic_json-0c/at-09.adoc</anchorfile>
    <anchor/>
    <arglist>(const nlohmann::json_pointer&lt;BasicJsonType&gt;&amp; ptr)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>at</name>
    <anchorfile>nlohmann/basic_json-0c/at-06a.adoc</anchorfile>
    <anchor/>
    <arglist>(KeyType&amp;&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>const_reference</type>
    <name>at</name>
    <anchorfile>nlohmann/basic_json-0c/at-04.adoc</anchorfile>
    <anchor/>
    <arglist>(KeyType&amp;&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>back</name>
    <anchorfile>nlohmann/basic_json-0c/back-0d.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>const_reference</type>
    <name>back</name>
    <anchorfile>nlohmann/basic_json-0c/back-03.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>iterator</type>
    <name>begin</name>
    <anchorfile>nlohmann/basic_json-0c/begin-05.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>const_iterator</type>
    <name>begin</name>
    <anchorfile>nlohmann/basic_json-0c/begin-0f.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>const_iterator</type>
    <name>cbegin</name>
    <anchorfile>nlohmann/basic_json-0c/cbegin.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>const_iterator</type>
    <name>cend</name>
    <anchorfile>nlohmann/basic_json-0c/cend.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>clear</name>
    <anchorfile>nlohmann/basic_json-0c/clear.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>contains</name>
    <anchorfile>nlohmann/basic_json-0c/contains-07.adoc</anchorfile>
    <anchor/>
    <arglist>(const json_pointer&amp; ptr)</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>contains</name>
    <anchorfile>nlohmann/basic_json-0c/contains-0c.adoc</anchorfile>
    <anchor/>
    <arglist>(const object_t::key_type&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>contains</name>
    <anchorfile>nlohmann/basic_json-0c/contains-0e.adoc</anchorfile>
    <anchor/>
    <arglist>(const nlohmann::json_pointer&lt;BasicJsonType&gt;&amp; ptr)</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>contains</name>
    <anchorfile>nlohmann/basic_json-0c/contains-03.adoc</anchorfile>
    <anchor/>
    <arglist>(KeyType&amp;&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>size_type</type>
    <name>count</name>
    <anchorfile>nlohmann/basic_json-0c/count-07.adoc</anchorfile>
    <anchor/>
    <arglist>(const object_t::key_type&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>size_type</type>
    <name>count</name>
    <anchorfile>nlohmann/basic_json-0c/count-09.adoc</anchorfile>
    <anchor/>
    <arglist>(KeyType&amp;&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>const_reverse_iterator</type>
    <name>crbegin</name>
    <anchorfile>nlohmann/basic_json-0c/crbegin.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>const_reverse_iterator</type>
    <name>crend</name>
    <anchorfile>nlohmann/basic_json-0c/crend.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>string_t</type>
    <name>dump</name>
    <anchorfile>nlohmann/basic_json-0c/dump.adoc</anchorfile>
    <anchor/>
    <arglist>(const int indent, const char indent_char, const bool ensure_ascii, const error_handler_t error_handler)</arglist>
  </member>
  <member kind="function">
    <type>std::pair&lt;iterator, bool&gt;</type>
    <name>emplace</name>
    <anchorfile>nlohmann/basic_json-0c/emplace.adoc</anchorfile>
    <anchor/>
    <arglist>(Args...&amp;&amp; args)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>emplace_back</name>
    <anchorfile>nlohmann/basic_json-0c/emplace_back.adoc</anchorfile>
    <anchor/>
    <arglist>(Args...&amp;&amp; args)</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>empty</name>
    <anchorfile>nlohmann/basic_json-0c/empty.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>iterator</type>
    <name>end</name>
    <anchorfile>nlohmann/basic_json-0c/end-09.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>const_iterator</type>
    <name>end</name>
    <anchorfile>nlohmann/basic_json-0c/end-04.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>erase</name>
    <anchorfile>nlohmann/basic_json-0c/erase-06.adoc</anchorfile>
    <anchor/>
    <arglist>(const size_type idx)</arglist>
  </member>
  <member kind="function">
    <type>size_type</type>
    <name>erase</name>
    <anchorfile>nlohmann/basic_json-0c/erase-092.adoc</anchorfile>
    <anchor/>
    <arglist>(const object_t::key_type&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>IteratorType</type>
    <name>erase</name>
    <anchorfile>nlohmann/basic_json-0c/erase-0a.adoc</anchorfile>
    <anchor/>
    <arglist>(IteratorType pos)</arglist>
  </member>
  <member kind="function">
    <type>size_type</type>
    <name>erase</name>
    <anchorfile>nlohmann/basic_json-0c/erase-091.adoc</anchorfile>
    <anchor/>
    <arglist>(KeyType&amp;&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>IteratorType</type>
    <name>erase</name>
    <anchorfile>nlohmann/basic_json-0c/erase-02.adoc</anchorfile>
    <anchor/>
    <arglist>(IteratorType first, IteratorType last)</arglist>
  </member>
  <member kind="function">
    <type>iterator</type>
    <name>find</name>
    <anchorfile>nlohmann/basic_json-0c/find-06c.adoc</anchorfile>
    <anchor/>
    <arglist>(const object_t::key_type&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>const_iterator</type>
    <name>find</name>
    <anchorfile>nlohmann/basic_json-0c/find-09.adoc</anchorfile>
    <anchor/>
    <arglist>(const object_t::key_type&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>iterator</type>
    <name>find</name>
    <anchorfile>nlohmann/basic_json-0c/find-06b.adoc</anchorfile>
    <anchor/>
    <arglist>(KeyType&amp;&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>const_iterator</type>
    <name>find</name>
    <anchorfile>nlohmann/basic_json-0c/find-00.adoc</anchorfile>
    <anchor/>
    <arglist>(KeyType&amp;&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>flatten</name>
    <anchorfile>nlohmann/basic_json-0c/flatten.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>front</name>
    <anchorfile>nlohmann/basic_json-0c/front-04.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>const_reference</type>
    <name>front</name>
    <anchorfile>nlohmann/basic_json-0c/front-02.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>decltype(std::declval&lt;basic_json_t&amp;&gt;().template get_ptr&lt;PointerType&gt;())</type>
    <name>get</name>
    <anchorfile>nlohmann/basic_json-0c/get-09.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>decltype(std::declval&lt;const basic_json_t&amp;&gt;().template get_impl&lt;ValueType&gt;(detail::priority_tag&lt;4&gt; {}))</type>
    <name>get</name>
    <anchorfile>nlohmann/basic_json-0c/get-03.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>binary_t&amp;</type>
    <name>get_binary</name>
    <anchorfile>nlohmann/basic_json-0c/get_binary-0b.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>const binary_t&amp;</type>
    <name>get_binary</name>
    <anchorfile>nlohmann/basic_json-0c/get_binary-03.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>decltype(std::declval&lt;basic_json_t&amp;&gt;().get_impl_ptr(std::declval&lt;PointerType&gt;()))</type>
    <name>get_ptr</name>
    <anchorfile>nlohmann/basic_json-0c/get_ptr-0e.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>decltype(std::declval&lt;const basic_json_t&amp;&gt;().get_impl_ptr(std::declval&lt;PointerType&gt;()))</type>
    <name>get_ptr</name>
    <anchorfile>nlohmann/basic_json-0c/get_ptr-0d.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>ReferenceType</type>
    <name>get_ref</name>
    <anchorfile>nlohmann/basic_json-0c/get_ref-0a.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>ReferenceType</type>
    <name>get_ref</name>
    <anchorfile>nlohmann/basic_json-0c/get_ref-0c.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>ValueType&amp;</type>
    <name>get_to</name>
    <anchorfile>nlohmann/basic_json-0c/get_to-0e.adoc</anchorfile>
    <anchor/>
    <arglist>(ValueType&amp; v)</arglist>
  </member>
  <member kind="function">
    <type>ValueType&amp;</type>
    <name>get_to</name>
    <anchorfile>nlohmann/basic_json-0c/get_to-0f.adoc</anchorfile>
    <anchor/>
    <arglist>(ValueType&amp; v)</arglist>
  </member>
  <member kind="function">
    <type>Array</type>
    <name>get_to</name>
    <anchorfile>nlohmann/basic_json-0c/get_to-09.adoc</anchorfile>
    <anchor/>
    <arglist>(T(&amp;)[N] v)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>insert</name>
    <anchorfile>nlohmann/basic_json-0c/insert-07.adoc</anchorfile>
    <anchor/>
    <arglist>(const_iterator first, const_iterator last)</arglist>
  </member>
  <member kind="function">
    <type>iterator</type>
    <name>insert</name>
    <anchorfile>nlohmann/basic_json-0c/insert-09.adoc</anchorfile>
    <anchor/>
    <arglist>(const_iterator pos, initializer_list_t ilist)</arglist>
  </member>
  <member kind="function">
    <type>iterator</type>
    <name>insert</name>
    <anchorfile>nlohmann/basic_json-0c/insert-02.adoc</anchorfile>
    <anchor/>
    <arglist>(const_iterator pos, const basic_json&amp; val)</arglist>
  </member>
  <member kind="function">
    <type>iterator</type>
    <name>insert</name>
    <anchorfile>nlohmann/basic_json-0c/insert-00.adoc</anchorfile>
    <anchor/>
    <arglist>(const_iterator pos, basic_json&amp;&amp; val)</arglist>
  </member>
  <member kind="function">
    <type>iterator</type>
    <name>insert</name>
    <anchorfile>nlohmann/basic_json-0c/insert-06.adoc</anchorfile>
    <anchor/>
    <arglist>(const_iterator pos, const_iterator first, const_iterator last)</arglist>
  </member>
  <member kind="function">
    <type>iterator</type>
    <name>insert</name>
    <anchorfile>nlohmann/basic_json-0c/insert-0f.adoc</anchorfile>
    <anchor/>
    <arglist>(const_iterator pos, size_type cnt, const basic_json&amp; val)</arglist>
  </member>
  <member kind="function">
    <type>iterator</type>
    <name>insert_iterator</name>
    <anchorfile>nlohmann/basic_json-0c/insert_iterator.adoc</anchorfile>
    <anchor/>
    <arglist>(const_iterator pos, Args...&amp;&amp; args)</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>is_array</name>
    <anchorfile>nlohmann/basic_json-0c/is_array.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>is_binary</name>
    <anchorfile>nlohmann/basic_json-0c/is_binary.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>is_boolean</name>
    <anchorfile>nlohmann/basic_json-0c/is_boolean.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>is_discarded</name>
    <anchorfile>nlohmann/basic_json-0c/is_discarded.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>is_null</name>
    <anchorfile>nlohmann/basic_json-0c/is_null.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>is_number</name>
    <anchorfile>nlohmann/basic_json-0c/is_number.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>is_number_float</name>
    <anchorfile>nlohmann/basic_json-0c/is_number_float.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>is_number_integer</name>
    <anchorfile>nlohmann/basic_json-0c/is_number_integer.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>is_number_unsigned</name>
    <anchorfile>nlohmann/basic_json-0c/is_number_unsigned.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>is_object</name>
    <anchorfile>nlohmann/basic_json-0c/is_object.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>is_primitive</name>
    <anchorfile>nlohmann/basic_json-0c/is_primitive.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>is_string</name>
    <anchorfile>nlohmann/basic_json-0c/is_string.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>is_structured</name>
    <anchorfile>nlohmann/basic_json-0c/is_structured.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>iteration_proxy&lt;iterator&gt;</type>
    <name>items</name>
    <anchorfile>nlohmann/basic_json-0c/items-0c.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>iteration_proxy&lt;const_iterator&gt;</type>
    <name>items</name>
    <anchorfile>nlohmann/basic_json-0c/items-08.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>size_type</type>
    <name>max_size</name>
    <anchorfile>nlohmann/basic_json-0c/max_size.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>merge_patch</name>
    <anchorfile>nlohmann/basic_json-0c/merge_patch.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; apply_patch)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>operator+=</name>
    <anchorfile>nlohmann/basic_json-0c/operator_plus_eq-0c.adoc</anchorfile>
    <anchor/>
    <arglist>(initializer_list_t init)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>operator+=</name>
    <anchorfile>nlohmann/basic_json-0c/operator_plus_eq-00.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; val)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>operator+=</name>
    <anchorfile>nlohmann/basic_json-0c/operator_plus_eq-05.adoc</anchorfile>
    <anchor/>
    <arglist>(const object_t::value_type&amp; val)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>operator+=</name>
    <anchorfile>nlohmann/basic_json-0c/operator_plus_eq-0d.adoc</anchorfile>
    <anchor/>
    <arglist>(basic_json&amp;&amp; val)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>operator[]</name>
    <anchorfile>nlohmann/basic_json-0c/operator_subs-02.adoc</anchorfile>
    <anchor/>
    <arglist>(object_t::key_type key)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>operator[]</name>
    <anchorfile>nlohmann/basic_json-0c/operator_subs-08e.adoc</anchorfile>
    <anchor/>
    <arglist>(size_type idx)</arglist>
  </member>
  <member kind="function">
    <type>const_reference</type>
    <name>operator[]</name>
    <anchorfile>nlohmann/basic_json-0c/operator_subs-07.adoc</anchorfile>
    <anchor/>
    <arglist>(size_type idx)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>operator[]</name>
    <anchorfile>nlohmann/basic_json-0c/operator_subs-0ed.adoc</anchorfile>
    <anchor/>
    <arglist>(const json_pointer&amp; ptr)</arglist>
  </member>
  <member kind="function">
    <type>const_reference</type>
    <name>operator[]</name>
    <anchorfile>nlohmann/basic_json-0c/operator_subs-0e6.adoc</anchorfile>
    <anchor/>
    <arglist>(const json_pointer&amp; ptr)</arglist>
  </member>
  <member kind="function">
    <type>const_reference</type>
    <name>operator[]</name>
    <anchorfile>nlohmann/basic_json-0c/operator_subs-0cd.adoc</anchorfile>
    <anchor/>
    <arglist>(const object_t::key_type&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>operator[]</name>
    <anchorfile>nlohmann/basic_json-0c/operator_subs-0a6.adoc</anchorfile>
    <anchor/>
    <arglist>(const nlohmann::json_pointer&lt;BasicJsonType&gt;&amp; ptr)</arglist>
  </member>
  <member kind="function">
    <type>const_reference</type>
    <name>operator[]</name>
    <anchorfile>nlohmann/basic_json-0c/operator_subs-0e5.adoc</anchorfile>
    <anchor/>
    <arglist>(const nlohmann::json_pointer&lt;BasicJsonType&gt;&amp; ptr)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>operator[]</name>
    <anchorfile>nlohmann/basic_json-0c/operator_subs-08d.adoc</anchorfile>
    <anchor/>
    <arglist>(KeyType&amp;&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>const_reference</type>
    <name>operator[]</name>
    <anchorfile>nlohmann/basic_json-0c/operator_subs-0c0.adoc</anchorfile>
    <anchor/>
    <arglist>(KeyType&amp;&amp; key)</arglist>
  </member>
  <member kind="function">
    <type>reference</type>
    <name>operator[]</name>
    <anchorfile>nlohmann/basic_json-0c/operator_subs-01.adoc</anchorfile>
    <anchor/>
    <arglist>(T* key)</arglist>
  </member>
  <member kind="function">
    <type>const_reference</type>
    <name>operator[]</name>
    <anchorfile>nlohmann/basic_json-0c/operator_subs-0a7.adoc</anchorfile>
    <anchor/>
    <arglist>(T* key)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>patch</name>
    <anchorfile>nlohmann/basic_json-0c/patch.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; json_patch)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>patch_inplace</name>
    <anchorfile>nlohmann/basic_json-0c/patch_inplace.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; json_patch)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>push_back</name>
    <anchorfile>nlohmann/basic_json-0c/push_back-0d.adoc</anchorfile>
    <anchor/>
    <arglist>(initializer_list_t init)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>push_back</name>
    <anchorfile>nlohmann/basic_json-0c/push_back-04.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; val)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>push_back</name>
    <anchorfile>nlohmann/basic_json-0c/push_back-07.adoc</anchorfile>
    <anchor/>
    <arglist>(const object_t::value_type&amp; val)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>push_back</name>
    <anchorfile>nlohmann/basic_json-0c/push_back-09.adoc</anchorfile>
    <anchor/>
    <arglist>(basic_json&amp;&amp; val)</arglist>
  </member>
  <member kind="function">
    <type>reverse_iterator</type>
    <name>rbegin</name>
    <anchorfile>nlohmann/basic_json-0c/rbegin-06.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>const_reverse_iterator</type>
    <name>rbegin</name>
    <anchorfile>nlohmann/basic_json-0c/rbegin-0f.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>reverse_iterator</type>
    <name>rend</name>
    <anchorfile>nlohmann/basic_json-0c/rend-0d.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>const_reverse_iterator</type>
    <name>rend</name>
    <anchorfile>nlohmann/basic_json-0c/rend-09.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>size_type</type>
    <name>size</name>
    <anchorfile>nlohmann/basic_json-0c/size.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>swap</name>
    <anchorfile>nlohmann/basic_json-0c/swap-020.adoc</anchorfile>
    <anchor/>
    <arglist>(reference other)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>swap</name>
    <anchorfile>nlohmann/basic_json-0c/swap-08.adoc</anchorfile>
    <anchor/>
    <arglist>(array_t&amp; other)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>swap</name>
    <anchorfile>nlohmann/basic_json-0c/swap-024.adoc</anchorfile>
    <anchor/>
    <arglist>(binary_t&amp; other)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>swap</name>
    <anchorfile>nlohmann/basic_json-0c/swap-0b.adoc</anchorfile>
    <anchor/>
    <arglist>(binary_t::container_type&amp; other)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>swap</name>
    <anchorfile>nlohmann/basic_json-0c/swap-0a.adoc</anchorfile>
    <anchor/>
    <arglist>(object_t&amp; other)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>swap</name>
    <anchorfile>nlohmann/basic_json-0c/swap-01.adoc</anchorfile>
    <anchor/>
    <arglist>(string_t&amp; other)</arglist>
  </member>
  <member kind="function">
    <type>value_t</type>
    <name>type</name>
    <anchorfile>nlohmann/basic_json-0c/type.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>const char*</type>
    <name>type_name</name>
    <anchorfile>nlohmann/basic_json-0c/type_name.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>unflatten</name>
    <anchorfile>nlohmann/basic_json-0c/unflatten.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>update</name>
    <anchorfile>nlohmann/basic_json-0c/update-04.adoc</anchorfile>
    <anchor/>
    <arglist>(const_reference j, bool merge_objects)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>update</name>
    <anchorfile>nlohmann/basic_json-0c/update-01.adoc</anchorfile>
    <anchor/>
    <arglist>(const_iterator first, const_iterator last, bool merge_objects)</arglist>
  </member>
  <member kind="function">
    <type>ValueType</type>
    <name>value</name>
    <anchorfile>nlohmann/basic_json-0c/value-0f.adoc</anchorfile>
    <anchor/>
    <arglist>(const json_pointer&amp; ptr, const ValueType&amp; default_value)</arglist>
  </member>
  <member kind="function">
    <type>ValueType</type>
    <name>value</name>
    <anchorfile>nlohmann/basic_json-0c/value-031.adoc</anchorfile>
    <anchor/>
    <arglist>(const object_t::key_type&amp; key, const ValueType&amp; default_value)</arglist>
  </member>
  <member kind="function">
    <type>ReturnType</type>
    <name>value</name>
    <anchorfile>nlohmann/basic_json-0c/value-074a0.adoc</anchorfile>
    <anchor/>
    <arglist>(const json_pointer&amp; ptr, ValueType&amp;&amp; default_value)</arglist>
  </member>
  <member kind="function">
    <type>ReturnType</type>
    <name>value</name>
    <anchorfile>nlohmann/basic_json-0c/value-0b.adoc</anchorfile>
    <anchor/>
    <arglist>(const object_t::key_type&amp; key, ValueType&amp;&amp; default_value)</arglist>
  </member>
  <member kind="function">
    <type>ValueType</type>
    <name>value</name>
    <anchorfile>nlohmann/basic_json-0c/value-0c.adoc</anchorfile>
    <anchor/>
    <arglist>(const nlohmann::json_pointer&lt;BasicJsonType&gt;&amp; ptr, const ValueType&amp; default_value)</arglist>
  </member>
  <member kind="function">
    <type>ValueType</type>
    <name>value</name>
    <anchorfile>nlohmann/basic_json-0c/value-038.adoc</anchorfile>
    <anchor/>
    <arglist>(KeyType&amp;&amp; key, const ValueType&amp; default_value)</arglist>
  </member>
  <member kind="function">
    <type>ReturnType</type>
    <name>value</name>
    <anchorfile>nlohmann/basic_json-0c/value-04.adoc</anchorfile>
    <anchor/>
    <arglist>(const nlohmann::json_pointer&lt;BasicJsonType&gt;&amp; ptr, ValueType&amp;&amp; default_value)</arglist>
  </member>
  <member kind="function">
    <type>ReturnType</type>
    <name>value</name>
    <anchorfile>nlohmann/basic_json-0c/value-074ab.adoc</anchorfile>
    <anchor/>
    <arglist>(KeyType&amp;&amp; key, ValueType&amp;&amp; default_value)</arglist>
  </member>
  <member kind="function">
    <type>ValueType</type>
    <name>operator ValueType</name>
    <anchorfile>nlohmann/basic_json-0c/2conversion-06.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>value_t</type>
    <name>operator value_t</name>
    <anchorfile>nlohmann/basic_json-0c/2conversion-05.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>operator==</name>
    <anchorfile>nlohmann/basic_json-0c/operator_eq-06.adoc</anchorfile>
    <anchor/>
    <arglist>(ScalarType rhs)</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>operator==</name>
    <anchorfile>nlohmann/basic_json-0c/operator_eq-00.adoc</anchorfile>
    <anchor/>
    <arglist>(const_reference rhs)</arglist>
  </member>
  <member kind="function">
    <type>std::partial_ordering</type>
    <name>operator&lt;=&gt;</name>
    <anchorfile>nlohmann/basic_json-0c/operator_3way-02.adoc</anchorfile>
    <anchor/>
    <arglist>(ScalarType rhs)</arglist>
  </member>
  <member kind="function">
    <type>std::partial_ordering</type>
    <name>operator&lt;=&gt;</name>
    <anchorfile>nlohmann/basic_json-0c/operator_3way-0b.adoc</anchorfile>
    <anchor/>
    <arglist>(const_reference rhs)</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>accept</name>
    <anchorfile>nlohmann/basic_json-0c/accept-07.adoc</anchorfile>
    <anchor/>
    <arglist>(detail::span_input_adapter&amp;&amp; i, const bool ignore_comments, const bool ignore_trailing_commas)</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>accept</name>
    <anchorfile>nlohmann/basic_json-0c/accept-05.adoc</anchorfile>
    <anchor/>
    <arglist>(InputType&amp;&amp; i, const bool ignore_comments, const bool ignore_trailing_commas)</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>accept</name>
    <anchorfile>nlohmann/basic_json-0c/accept-02.adoc</anchorfile>
    <anchor/>
    <arglist>(IteratorType first, SentinelType last, const bool ignore_comments, const bool ignore_trailing_commas)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>array</name>
    <anchorfile>nlohmann/basic_json-0c/array.adoc</anchorfile>
    <anchor/>
    <arglist>(initializer_list_t init)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>binary</name>
    <anchorfile>nlohmann/basic_json-0c/binary-02.adoc</anchorfile>
    <anchor/>
    <arglist>(const binary_t::container_type&amp; init)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>binary</name>
    <anchorfile>nlohmann/basic_json-0c/binary-0f.adoc</anchorfile>
    <anchor/>
    <arglist>(binary_t::container_type&amp;&amp; init)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>binary</name>
    <anchorfile>nlohmann/basic_json-0c/binary-08.adoc</anchorfile>
    <anchor/>
    <arglist>(const binary_t::container_type&amp; init, binary_t::subtype_type subtype)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>binary</name>
    <anchorfile>nlohmann/basic_json-0c/binary-0a.adoc</anchorfile>
    <anchor/>
    <arglist>(binary_t::container_type&amp;&amp; init, binary_t::subtype_type subtype)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>diff</name>
    <anchorfile>nlohmann/basic_json-0c/diff.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; source, const basic_json&amp; target, const string_t&amp; path)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_bjdata</name>
    <anchorfile>nlohmann/basic_json-0c/from_bjdata-0f.adoc</anchorfile>
    <anchor/>
    <arglist>(InputType&amp;&amp; i, const bool strict, const bool allow_exceptions)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_bjdata</name>
    <anchorfile>nlohmann/basic_json-0c/from_bjdata-04.adoc</anchorfile>
    <anchor/>
    <arglist>(IteratorType first, SentinelType last, const bool strict, const bool allow_exceptions)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_bson</name>
    <anchorfile>nlohmann/basic_json-0c/from_bson-0b.adoc</anchorfile>
    <anchor/>
    <arglist>(detail::span_input_adapter&amp;&amp; i, const bool strict, const bool allow_exceptions)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_bson</name>
    <anchorfile>nlohmann/basic_json-0c/from_bson-09.adoc</anchorfile>
    <anchor/>
    <arglist>(InputType&amp;&amp; i, const bool strict, const bool allow_exceptions)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_bson</name>
    <anchorfile>nlohmann/basic_json-0c/from_bson-04.adoc</anchorfile>
    <anchor/>
    <arglist>(const T* ptr, std::size_t len, const bool strict, const bool allow_exceptions)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_bson</name>
    <anchorfile>nlohmann/basic_json-0c/from_bson-0a.adoc</anchorfile>
    <anchor/>
    <arglist>(IteratorType first, SentinelType last, const bool strict, const bool allow_exceptions)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_cbor</name>
    <anchorfile>nlohmann/basic_json-0c/from_cbor-07.adoc</anchorfile>
    <anchor/>
    <arglist>(detail::span_input_adapter&amp;&amp; i, const bool strict, const bool allow_exceptions, const cbor_tag_handler_t tag_handler)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_cbor</name>
    <anchorfile>nlohmann/basic_json-0c/from_cbor-09.adoc</anchorfile>
    <anchor/>
    <arglist>(InputType&amp;&amp; i, const bool strict, const bool allow_exceptions, const cbor_tag_handler_t tag_handler)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_cbor</name>
    <anchorfile>nlohmann/basic_json-0c/from_cbor-0e.adoc</anchorfile>
    <anchor/>
    <arglist>(const T* ptr, std::size_t len, const bool strict, const bool allow_exceptions, const cbor_tag_handler_t tag_handler)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_cbor</name>
    <anchorfile>nlohmann/basic_json-0c/from_cbor-04.adoc</anchorfile>
    <anchor/>
    <arglist>(IteratorType first, SentinelType last, const bool strict, const bool allow_exceptions, const cbor_tag_handler_t tag_handler)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_msgpack</name>
    <anchorfile>nlohmann/basic_json-0c/from_msgpack-0c.adoc</anchorfile>
    <anchor/>
    <arglist>(detail::span_input_adapter&amp;&amp; i, const bool strict, const bool allow_exceptions)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_msgpack</name>
    <anchorfile>nlohmann/basic_json-0c/from_msgpack-08.adoc</anchorfile>
    <anchor/>
    <arglist>(InputType&amp;&amp; i, const bool strict, const bool allow_exceptions)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_msgpack</name>
    <anchorfile>nlohmann/basic_json-0c/from_msgpack-00.adoc</anchorfile>
    <anchor/>
    <arglist>(const T* ptr, std::size_t len, const bool strict, const bool allow_exceptions)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_msgpack</name>
    <anchorfile>nlohmann/basic_json-0c/from_msgpack-05.adoc</anchorfile>
    <anchor/>
    <arglist>(IteratorType first, SentinelType last, const bool strict, const bool allow_exceptions)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_ubjson</name>
    <anchorfile>nlohmann/basic_json-0c/from_ubjson-06.adoc</anchorfile>
    <anchor/>
    <arglist>(detail::span_input_adapter&amp;&amp; i, const bool strict, const bool allow_exceptions)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_ubjson</name>
    <anchorfile>nlohmann/basic_json-0c/from_ubjson-0c.adoc</anchorfile>
    <anchor/>
    <arglist>(InputType&amp;&amp; i, const bool strict, const bool allow_exceptions)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_ubjson</name>
    <anchorfile>nlohmann/basic_json-0c/from_ubjson-04.adoc</anchorfile>
    <anchor/>
    <arglist>(const T* ptr, std::size_t len, const bool strict, const bool allow_exceptions)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>from_ubjson</name>
    <anchorfile>nlohmann/basic_json-0c/from_ubjson-0b.adoc</anchorfile>
    <anchor/>
    <arglist>(IteratorType first, SentinelType last, const bool strict, const bool allow_exceptions)</arglist>
  </member>
  <member kind="function">
    <type>allocator_type</type>
    <name>get_allocator</name>
    <anchorfile>nlohmann/basic_json-0c/get_allocator.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>iteration_proxy&lt;const_iterator&gt;</type>
    <name>iterator_wrapper</name>
    <anchorfile>nlohmann/basic_json-0c/iterator_wrapper-0b.adoc</anchorfile>
    <anchor/>
    <arglist>(const_reference ref)</arglist>
  </member>
  <member kind="function">
    <type>iteration_proxy&lt;iterator&gt;</type>
    <name>iterator_wrapper</name>
    <anchorfile>nlohmann/basic_json-0c/iterator_wrapper-0e.adoc</anchorfile>
    <anchor/>
    <arglist>(reference ref)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>meta</name>
    <anchorfile>nlohmann/basic_json-0c/meta.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>object</name>
    <anchorfile>nlohmann/basic_json-0c/object.adoc</anchorfile>
    <anchor/>
    <arglist>(initializer_list_t init)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>parse</name>
    <anchorfile>nlohmann/basic_json-0c/parse-08.adoc</anchorfile>
    <anchor/>
    <arglist>(detail::span_input_adapter&amp;&amp; i, parser_callback_t cb, const bool allow_exceptions, const bool ignore_comments, const bool ignore_trailing_commas)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>parse</name>
    <anchorfile>nlohmann/basic_json-0c/parse-0e.adoc</anchorfile>
    <anchor/>
    <arglist>(InputType&amp;&amp; i, parser_callback_t cb, const bool allow_exceptions, const bool ignore_comments, const bool ignore_trailing_commas)</arglist>
  </member>
  <member kind="function">
    <type>basic_json</type>
    <name>parse</name>
    <anchorfile>nlohmann/basic_json-0c/parse-0f.adoc</anchorfile>
    <anchor/>
    <arglist>(IteratorType first, SentinelType last, parser_callback_t cb, const bool allow_exceptions, const bool ignore_comments, const bool ignore_trailing_commas)</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>sax_parse</name>
    <anchorfile>nlohmann/basic_json-0c/sax_parse-07.adoc</anchorfile>
    <anchor/>
    <arglist>(detail::span_input_adapter&amp;&amp; i, SAX* sax, input_format_t format, const bool strict, const bool ignore_comments, const bool ignore_trailing_commas)</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>sax_parse</name>
    <anchorfile>nlohmann/basic_json-0c/sax_parse-08.adoc</anchorfile>
    <anchor/>
    <arglist>(InputType&amp;&amp; i, SAX* sax, input_format_t format, const bool strict, const bool ignore_comments, const bool ignore_trailing_commas)</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>sax_parse</name>
    <anchorfile>nlohmann/basic_json-0c/sax_parse-0e.adoc</anchorfile>
    <anchor/>
    <arglist>(IteratorType first, SentinelType last, SAX* sax, input_format_t format, const bool strict, const bool ignore_comments, const bool ignore_trailing_commas)</arglist>
  </member>
  <member kind="function">
    <type>std::vector&lt;uint8_t&gt;</type>
    <name>to_bjdata</name>
    <anchorfile>nlohmann/basic_json-0c/to_bjdata-07.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j, const bool use_size, const bool use_type, const bjdata_version_t version)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>to_bjdata</name>
    <anchorfile>nlohmann/basic_json-0c/to_bjdata-09.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j, detail::output_adapter&lt;char&gt; o, const bool use_size, const bool use_type, const bjdata_version_t version)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>to_bjdata</name>
    <anchorfile>nlohmann/basic_json-0c/to_bjdata-04.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j, detail::output_adapter&lt;uint8_t&gt; o, const bool use_size, const bool use_type, const bjdata_version_t version)</arglist>
  </member>
  <member kind="function">
    <type>std::vector&lt;uint8_t&gt;</type>
    <name>to_bson</name>
    <anchorfile>nlohmann/basic_json-0c/to_bson-07.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>to_bson</name>
    <anchorfile>nlohmann/basic_json-0c/to_bson-08.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j, detail::output_adapter&lt;char&gt; o)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>to_bson</name>
    <anchorfile>nlohmann/basic_json-0c/to_bson-0d.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j, detail::output_adapter&lt;uint8_t&gt; o)</arglist>
  </member>
  <member kind="function">
    <type>std::vector&lt;uint8_t&gt;</type>
    <name>to_cbor</name>
    <anchorfile>nlohmann/basic_json-0c/to_cbor-09.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>to_cbor</name>
    <anchorfile>nlohmann/basic_json-0c/to_cbor-05.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j, detail::output_adapter&lt;char&gt; o)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>to_cbor</name>
    <anchorfile>nlohmann/basic_json-0c/to_cbor-03.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j, detail::output_adapter&lt;uint8_t&gt; o)</arglist>
  </member>
  <member kind="function">
    <type>std::vector&lt;uint8_t&gt;</type>
    <name>to_msgpack</name>
    <anchorfile>nlohmann/basic_json-0c/to_msgpack-03.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>to_msgpack</name>
    <anchorfile>nlohmann/basic_json-0c/to_msgpack-04.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j, detail::output_adapter&lt;char&gt; o)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>to_msgpack</name>
    <anchorfile>nlohmann/basic_json-0c/to_msgpack-0a.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j, detail::output_adapter&lt;uint8_t&gt; o)</arglist>
  </member>
  <member kind="function">
    <type>std::vector&lt;uint8_t&gt;</type>
    <name>to_ubjson</name>
    <anchorfile>nlohmann/basic_json-0c/to_ubjson-0b0.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j, const bool use_size, const bool use_type)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>to_ubjson</name>
    <anchorfile>nlohmann/basic_json-0c/to_ubjson-08.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j, detail::output_adapter&lt;char&gt; o, const bool use_size, const bool use_type)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>to_ubjson</name>
    <anchorfile>nlohmann/basic_json-0c/to_ubjson-0b3.adoc</anchorfile>
    <anchor/>
    <arglist>(const basic_json&amp; j, detail::output_adapter&lt;uint8_t&gt; o, const bool use_size, const bool use_type)</arglist>
  </member>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::allocator_type</name>
  <filename>nlohmann/basic_json-0c/allocator_type.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::array_t</name>
  <filename>nlohmann/basic_json-0c/array_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::binary_t</name>
  <filename>nlohmann/basic_json-0c/binary_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::bjdata_version_t</name>
  <filename>nlohmann/basic_json-0c/bjdata_version_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::boolean_t</name>
  <filename>nlohmann/basic_json-0c/boolean_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::cbor_tag_handler_t</name>
  <filename>nlohmann/basic_json-0c/cbor_tag_handler_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::const_iterator</name>
  <filename>nlohmann/basic_json-0c/const_iterator.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::const_pointer</name>
  <filename>nlohmann/basic_json-0c/const_pointer.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::const_reference</name>
  <filename>nlohmann/basic_json-0c/const_reference.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::const_reverse_iterator</name>
  <filename>nlohmann/basic_json-0c/const_reverse_iterator.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::default_object_comparator_t</name>
  <filename>nlohmann/basic_json-0c/default_object_comparator_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::difference_type</name>
  <filename>nlohmann/basic_json-0c/difference_type.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::error_handler_t</name>
  <filename>nlohmann/basic_json-0c/error_handler_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::exception</name>
  <filename>nlohmann/basic_json-0c/exception.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::initializer_list_t</name>
  <filename>nlohmann/basic_json-0c/initializer_list_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::input_format_t</name>
  <filename>nlohmann/basic_json-0c/input_format_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::invalid_iterator</name>
  <filename>nlohmann/basic_json-0c/invalid_iterator.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::iterator</name>
  <filename>nlohmann/basic_json-0c/iterator.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::json_pointer</name>
  <filename>nlohmann/basic_json-0c/json_pointer.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::json_sax_t</name>
  <filename>nlohmann/basic_json-0c/json_sax_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::json_serializer</name>
  <filename>nlohmann/basic_json-0c/json_serializer.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::number_float_t</name>
  <filename>nlohmann/basic_json-0c/number_float_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::number_integer_t</name>
  <filename>nlohmann/basic_json-0c/number_integer_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::number_unsigned_t</name>
  <filename>nlohmann/basic_json-0c/number_unsigned_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::object_comparator_t</name>
  <filename>nlohmann/basic_json-0c/object_comparator_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::object_t</name>
  <filename>nlohmann/basic_json-0c/object_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::other_error</name>
  <filename>nlohmann/basic_json-0c/other_error.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::out_of_range</name>
  <filename>nlohmann/basic_json-0c/out_of_range.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::parse_error</name>
  <filename>nlohmann/basic_json-0c/parse_error.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::parse_event_t</name>
  <filename>nlohmann/basic_json-0c/parse_event_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::parser_callback_t</name>
  <filename>nlohmann/basic_json-0c/parser_callback_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::pointer</name>
  <filename>nlohmann/basic_json-0c/pointer.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::reference</name>
  <filename>nlohmann/basic_json-0c/reference.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::reverse_iterator</name>
  <filename>nlohmann/basic_json-0c/reverse_iterator.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::size_type</name>
  <filename>nlohmann/basic_json-0c/size_type.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::string_t</name>
  <filename>nlohmann/basic_json-0c/string_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::type_error</name>
  <filename>nlohmann/basic_json-0c/type_error.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::value_t</name>
  <filename>nlohmann/basic_json-0c/value_t.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::basic_json::value_type</name>
  <filename>nlohmann/basic_json-0c/value_type.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::byte_container_with_subtype</name>
  <filename>nlohmann/byte_container_with_subtype.adoc</filename>
  <class kind="class">nlohmann::byte_container_with_subtype::container_type</class>
  <class kind="class">nlohmann::byte_container_with_subtype::subtype_type</class>
  <member kind="function">
    <type>void</type>
    <name>byte_container_with_subtype</name>
    <anchorfile>nlohmann/byte_container_with_subtype/2constructor-08.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>byte_container_with_subtype</name>
    <anchorfile>nlohmann/byte_container_with_subtype/2constructor-0f.adoc</anchorfile>
    <anchor/>
    <arglist>(const container_type&amp; b)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>byte_container_with_subtype</name>
    <anchorfile>nlohmann/byte_container_with_subtype/2constructor-01.adoc</anchorfile>
    <anchor/>
    <arglist>(container_type&amp;&amp; b)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>byte_container_with_subtype</name>
    <anchorfile>nlohmann/byte_container_with_subtype/2constructor-06.adoc</anchorfile>
    <anchor/>
    <arglist>(const container_type&amp; b, subtype_type subtype_)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>byte_container_with_subtype</name>
    <anchorfile>nlohmann/byte_container_with_subtype/2constructor-03.adoc</anchorfile>
    <anchor/>
    <arglist>(container_type&amp;&amp; b, subtype_type subtype_)</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>clear_subtype</name>
    <anchorfile>nlohmann/byte_container_with_subtype/clear_subtype.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>has_subtype</name>
    <anchorfile>nlohmann/byte_container_with_subtype/has_subtype.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>void</type>
    <name>set_subtype</name>
    <anchorfile>nlohmann/byte_container_with_subtype/set_subtype.adoc</anchorfile>
    <anchor/>
    <arglist>(subtype_type subtype_)</arglist>
  </member>
  <member kind="function">
    <type>subtype_type</type>
    <name>subtype</name>
    <anchorfile>nlohmann/byte_container_with_subtype/subtype.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>operator==</name>
    <anchorfile>nlohmann/byte_container_with_subtype/operator_eq.adoc</anchorfile>
    <anchor/>
    <arglist>(const byte_container_with_subtype&amp; rhs)</arglist>
  </member>
  <member kind="function">
    <type>bool</type>
    <name>operator!=</name>
    <anchorfile>nlohmann/byte_container_with_subtype/operator_not_eq.adoc</anchorfile>
    <anchor/>
    <arglist>(const byte_container_with_subtype&amp; rhs)</arglist>
  </member>
</compound>
<compound kind="class">
  <name>nlohmann::byte_container_with_subtype::container_type</name>
  <filename>nlohmann/byte_container_with_subtype/container_type.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::byte_container_with_subtype::subtype_type</name>
  <filename>nlohmann/byte_container_with_subtype/subtype_type.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::json_pointer</name>
  <filename>nlohmann/json_pointer.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map</name>
  <filename>nlohmann/ordered_map.adoc</filename>
  <class kind="class">nlohmann::ordered_map::Container</class>
  <class kind="class">nlohmann::ordered_map::const_iterator</class>
  <class kind="class">nlohmann::ordered_map::iterator</class>
  <class kind="class">nlohmann::ordered_map::key_compare</class>
  <class kind="class">nlohmann::ordered_map::key_type</class>
  <class kind="class">nlohmann::ordered_map::mapped_type</class>
  <class kind="class">nlohmann::ordered_map::require_input_iter</class>
  <class kind="class">nlohmann::ordered_map::size_type</class>
  <class kind="class">nlohmann::ordered_map::value_type</class>
  <class kind="class">nlohmann::ordered_map::ordered_map</class>
  <class kind="class">nlohmann::ordered_map::operator=</class>
  <class kind="class">nlohmann::ordered_map::at</class>
  <class kind="class">nlohmann::ordered_map::count</class>
  <class kind="class">nlohmann::ordered_map::emplace</class>
  <class kind="class">nlohmann::ordered_map::erase</class>
  <class kind="class">nlohmann::ordered_map::find</class>
  <class kind="class">nlohmann::ordered_map::insert</class>
  <class kind="class">nlohmann::ordered_map::operator[]</class>
  <member kind="function">
    <type>void</type>
    <name>~ordered_map</name>
    <anchorfile>nlohmann/ordered_map/2destructor.adoc</anchorfile>
    <anchor/>
    <arglist>()</arglist>
  </member>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::Container</name>
  <filename>nlohmann/ordered_map/Container.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::const_iterator</name>
  <filename>nlohmann/ordered_map/const_iterator.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::iterator</name>
  <filename>nlohmann/ordered_map/iterator.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::key_compare</name>
  <filename>nlohmann/ordered_map/key_compare.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::key_type</name>
  <filename>nlohmann/ordered_map/key_type.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::mapped_type</name>
  <filename>nlohmann/ordered_map/mapped_type.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::require_input_iter</name>
  <filename>nlohmann/ordered_map/require_input_iter.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::size_type</name>
  <filename>nlohmann/ordered_map/size_type.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::value_type</name>
  <filename>nlohmann/ordered_map/value_type.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::ordered_map</name>
  <filename>nlohmann/ordered_map/2constructor-03.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::operator=</name>
  <filename>nlohmann/ordered_map/operator_assign-05.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::at</name>
  <filename>nlohmann/ordered_map/at-07.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::count</name>
  <filename>nlohmann/ordered_map/count-0d.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::emplace</name>
  <filename>nlohmann/ordered_map/emplace-01.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::erase</name>
  <filename>nlohmann/ordered_map/erase-0f.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::find</name>
  <filename>nlohmann/ordered_map/find-08.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::insert</name>
  <filename>nlohmann/ordered_map/insert-0e.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::ordered_map::operator[]</name>
  <filename>nlohmann/ordered_map/operator_subs-0e.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::operator&quot;&quot;_json</name>
  <filename>nlohmann/operator_json-08.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::operator&quot;&quot;_json_pointer</name>
  <filename>nlohmann/operator_json_pointer-09.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::operator&gt;&gt;</name>
  <filename>nlohmann/operator_rshift-0a.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::swap</name>
  <filename>nlohmann/swap-0e.adoc</filename>
</compound>
<compound kind="class">
  <name>nlohmann::operator&lt;&lt;</name>
  <filename>nlohmann/operator_lshift-05.adoc</filename>
</compound>
</tagfile>
