2016-08-31 22:26:29 +03:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2017-01-28 20:24:07 +03:00
< meta name = "generator" content = "Doxygen 1.8.14" / >
2016-09-12 00:34:59 +03:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2016-08-31 22:26:29 +03:00
< title > JSON for Modern C++: Deprecated List< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "mylayout.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > JSON for Modern C++
2017-02-25 18:42:29 +03:00
  < span id = "projectnumber" > 2.1.1< / span >
2016-08-31 22:26:29 +03:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2017-01-28 20:24:07 +03:00
<!-- Generated by Doxygen 1.8.14 -->
2016-08-31 22:26:29 +03:00
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
2016-09-12 00:34:59 +03:00
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
< / script >
< div id = "main-nav" > < / div >
2016-08-31 22:26:29 +03:00
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > Deprecated List < / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< div class = "textblock" > < dl class = "reflist" >
2017-04-23 22:43:42 +03:00
< dt > < a class = "anchor" id = "_deprecated000002" > < / a > Member < a class = "el" href = "classnlohmann_1_1basic__json_ab7285a92514fcdbe6de505ebaba92ea3.html#ab7285a92514fcdbe6de505ebaba92ea3" > nlohmann::basic_json::operator< < < / a > (basic_json & j, std::istream & i)< / dt >
< dd > This stream operator is deprecated and will be removed in a future version of the library. Please use std::istream& operator> > (std::istream& , basic_json& ) instead; that is, replace calls like < code > j < < i;< / code > with < code > i > > j;< / code > . < / dd >
< dt > < a class = "anchor" id = "_deprecated000001" > < / a > Member < a class = "el" href = "classnlohmann_1_1basic__json_a9e06deabe69262c3ffc5533d32856983.html#a9e06deabe69262c3ffc5533d32856983" > nlohmann::basic_json::operator> > < / a > (const basic_json & j, std::ostream & o)< / dt >
< dd > This stream operator is deprecated and will be removed in a future version of the library. Please use std::ostream& operator< < (std::ostream& , const basic_json& ) instead; that is, replace calls like < code > j > > o;< / code > with < code > o < < j;< / code > . < / dd >
2016-08-31 22:26:29 +03:00
< / dl >
< / div > < / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
2017-05-05 17:41:48 +03:00
Generated on Fri May 5 2017 16:39:38 for JSON for Modern C++ by   < a href = "http://www.doxygen.org/index.html" >
2016-08-31 22:26:29 +03:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2017-01-28 20:24:07 +03:00
< / a > 1.8.14
2016-08-31 22:26:29 +03:00
< / small > < / address >
< / body >
< / html >