<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="">= `array` A &lt;&lt;ref_value&gt;&gt; stores an instance of &lt;&lt;ref_array&gt;&gt; as the underlying representation for a JSON array. Instances of the __array__ type function identically to a {std_vector} of &lt;&lt;ref_value&gt;&gt;. Additionally, all values inserted into the container will use the same &lt;&lt;ref_storage_ptr&gt;&gt; as the container itself.</string>
    <string name="">An empty array may be constructed without incurring any memory allocations using the &lt;&lt;default_memory_resource,default memory resource&gt;&gt;. A &lt;&lt;ref_storage_ptr&gt;&gt; can also be explicitly specified:</string>
    <string name="">Initializer lists can be used to construct objects with initial contents. These constructors may allocate memory and throw:</string>
    <string name="">Alternatively, elements may be inserted after construction:</string>
    <string name="">Similar to its standard library counterpart, elements may be accessed directly by their 0-based index with bounds checking using &lt;&lt;ref_array_at&gt;&gt;, or without bounds checking using &lt;&lt;ref_array_operator_lb_rb&gt;&gt;:</string>
    <string name="">For the complete listing of all available member functions and nested types, see the reference page for &lt;&lt;ref_array&gt;&gt;.</string>
    <string name="">Formatted Output</string>
    <string name="">When an &lt;&lt;ref_array&gt;&gt; is formatted to a {std_ostream}, the result is a valid JSON. That is, the array will be output with square brackets and the comma separated list of values, as per the JSON specification.</string>
</resources>
