Documentation1
This commit is contained in:
@ -81,14 +81,12 @@ $(document).ready(function(){initNavTree('deprecated.html',''); initResizable();
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock"><dl class="reflist">
|
||||
<dt>Member <a class="el" href="classMyLibrary_1_1Example.html#a1c0046b0674eb4cad09c5d3e943912b8">MyLibrary::Example::test</a> (const std::string &test)</dt>
|
||||
<dd><a class="anchor" id="_deprecated000001"></a>None of this will be deprecated, because it's beautiful! </dd>
|
||||
<dt>Member <a class="el" href="classnlohmann_1_1basic__json.html#a0a8051760196ac813fd5eb3c8d5a2976">nlohmann::basic_json::iterator_wrapper</a> (reference ref) noexcept</dt>
|
||||
<dd><a class="anchor" id="_deprecated000002"></a>This stream operator is deprecated and will be removed in future 4.0.0 of the library. Please use <a class="el" href="classnlohmann_1_1basic__json.html#a5961446010dfc494e0c247b4e9026977">items()</a> instead; that is, replace <code>json::iterator_wrapper(j)</code> with <code>j.items()</code>. </dd>
|
||||
<dd><a class="anchor" id="_deprecated000001"></a>This stream operator is deprecated and will be removed in future 4.0.0 of the library. Please use <a class="el" href="classnlohmann_1_1basic__json.html#a5961446010dfc494e0c247b4e9026977">items()</a> instead; that is, replace <code>json::iterator_wrapper(j)</code> with <code>j.items()</code>. </dd>
|
||||
<dt>Member <a class="el" href="classnlohmann_1_1basic__json.html#a60ca396028b8d9714c6e10efbf475af6">nlohmann::basic_json::operator<<</a> (<a class="el" href="classnlohmann_1_1basic__json.html" title="a class to store JSON values">basic_json</a> &j, std::istream &i)</dt>
|
||||
<dd><a class="anchor" id="_deprecated000004"></a>This stream operator is deprecated and will be removed in version 4.0.0 of the library. Please use <a class="el" href="classnlohmann_1_1basic__json.html#aaf363408931d76472ded14017e59c9e8">operator>>(std::istream&, basic_json&)</a> instead; that is, replace calls like <code>j << i;</code> with <code>i >> j;</code>. </dd>
|
||||
<dd><a class="anchor" id="_deprecated000003"></a>This stream operator is deprecated and will be removed in version 4.0.0 of the library. Please use <a class="el" href="classnlohmann_1_1basic__json.html#aaf363408931d76472ded14017e59c9e8">operator>>(std::istream&, basic_json&)</a> instead; that is, replace calls like <code>j << i;</code> with <code>i >> j;</code>. </dd>
|
||||
<dt>Member <a class="el" href="classnlohmann_1_1basic__json.html#a34d6a60dd99e9f33b8273a1c8db5669b">nlohmann::basic_json::operator>></a> (const <a class="el" href="classnlohmann_1_1basic__json.html" title="a class to store JSON values">basic_json</a> &j, std::ostream &o)</dt>
|
||||
<dd><a class="anchor" id="_deprecated000003"></a>This stream operator is deprecated and will be removed in future 4.0.0 of the library. Please use <a class="el" href="classnlohmann_1_1basic__json.html#a5e34c5435e557d0bf666bd7311211405">operator<<(std::ostream&, const basic_json&)</a> instead; that is, replace calls like <code>j >> o;</code> with <code>o << j;</code>. </dd>
|
||||
<dd><a class="anchor" id="_deprecated000002"></a>This stream operator is deprecated and will be removed in future 4.0.0 of the library. Please use <a class="el" href="classnlohmann_1_1basic__json.html#a5e34c5435e557d0bf666bd7311211405">operator<<(std::ostream&, const basic_json&)</a> instead; that is, replace calls like <code>j >> o;</code> with <code>o << j;</code>. </dd>
|
||||
</dl>
|
||||
</div></div><!-- contents -->
|
||||
</div><!-- PageDoc -->
|
||||
|
Reference in New Issue
Block a user