2015-06-21 23:59:12 +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" / >
< meta name = "generator" content = "Doxygen 1.8.9.1" / >
< title > JSON for Modern C++: Todo 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 >
< script type = "text/javascript" >
$(document).ready(function() { init_search(); });
< / 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 style = "padding-left: 0.5em;" >
< div id = "projectname" > JSON for Modern C++
  < span id = "projectnumber" > 3.0< / span >
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.9.1 -->
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li class = "current" > < a href = "pages.html" > < span > Related  Pages< / span > < / a > < / li >
< li > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li >
< div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / li >
< / ul >
< / div >
<!-- 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 >
2015-06-24 13:17:31 +03:00
< / div > <!-- top -->
2015-06-21 23:59:12 +03:00
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > Todo List < / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< div class = "textblock" > < dl class = "reflist" >
2015-07-12 21:42:37 +03:00
< dt > < a class = "anchor" id = "_todo000001" > < / a > Member < a class = "el" href = "classnlohmann_1_1basic__json_ae5ae3b1c6c67f52e9495ac092f6fb43e.html#ae5ae3b1c6c67f52e9495ac092f6fb43e" > nlohmann::basic_json::insert< / a > (< a class = "el" href = "classnlohmann_1_1basic__json_1_1const__iterator.html" title = "a const random access iterator for the basic_json class " > const_iterator< / a > pos, const < a class = "el" href = "classnlohmann_1_1basic__json.html" title = "a class to store JSON values " > basic_json< / a > & value)< / dt >
2015-06-21 23:59:12 +03:00
< dd > Add example. < / dd >
< / dl >
< / div > < / div > <!-- contents -->
<!-- start footer part -->
2015-06-24 13:17:31 +03:00
< hr class = "footer" / > < address class = "footer" > < small >
2015-07-12 21:42:37 +03:00
Generated on Sun Jul 12 2015 17:31:13 for JSON for Modern C++ by   < a href = "http://www.doxygen.org/index.html" >
2015-06-24 13:17:31 +03:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
< / a > 1.8.9.1
< / small > < / address >
2015-06-21 23:59:12 +03:00
< / body >
< / html >