2017-01-28 20:24:07 +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.14" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > JSON for Modern C++: nlohmann::basic_json::json_pointer::operator==< / 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 >
2017-01-28 20:24:07 +03:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
< 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 >
<!-- 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 id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "namespacenlohmann.html" > nlohmann< / a > < / li > < li class = "navelem" > < a class = "el" href = "classnlohmann_1_1basic__json.html" > basic_json< / a > < / li > < li class = "navelem" > < a class = "el" href = "classnlohmann_1_1basic__json_1_1json__pointer.html" > json_pointer< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "contents" >
< table cellspacing = "0" cellpadding = "0" border = "0" >
< tr >
< td valign = "top" >
< div class = "navtab" >
< table >
< tr > < td class = "navtab" > < a class = "qindex" href = "classnlohmann_1_1basic__json_1_1json__pointer_ada3100cdb8700566051828f1355fa745.html#ada3100cdb8700566051828f1355fa745" > basic_json< / a > < / td > < / tr >
< tr > < td class = "navtab" > < a class = "qindex" href = "classnlohmann_1_1basic__json_1_1json__pointer_abaa66b0d30811b8a8670a673c686b75a.html#abaa66b0d30811b8a8670a673c686b75a" > json_pointer< / a > < / td > < / tr >
< tr > < td class = "navtab" > < a class = "qindex" href = "classnlohmann_1_1basic__json_1_1json__pointer_aa2583b66886218c1a035e3e507a5f931.html#aa2583b66886218c1a035e3e507a5f931" > operator std::string< / a > < / td > < / tr >
< tr > < td class = "navtab" > < a class = "qindex" href = "classnlohmann_1_1basic__json_1_1json__pointer_a6779edcf28e6f018a3bbb29c0b4b5e1e.html#a6779edcf28e6f018a3bbb29c0b4b5e1e" > operator!=< / a > < / td > < / tr >
< tr > < td class = "navtab" > < a class = "qindexHL" href = "classnlohmann_1_1basic__json_1_1json__pointer_a4667ef558c8c3f8a646bfda0c6654653.html#a4667ef558c8c3f8a646bfda0c6654653" > operator==< / a > < / td > < / tr >
< tr > < td class = "navtab" > < a class = "qindex" href = "classnlohmann_1_1basic__json_1_1json__pointer_adf63cdde9493796d8aa61bd948984b6d.html#adf63cdde9493796d8aa61bd948984b6d" > to_string< / a > < / td > < / tr >
< / table >
< / div >
< / td >
< td valign = "top" class = "mempage" >
< a id = "a4667ef558c8c3f8a646bfda0c6654653" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4667ef558c8c3f8a646bfda0c6654653" > ◆ < / a > < / span > operator==< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< div class = "memtemplate" >
template< template< typename U, typename V, typename... Args > class ObjectType = std::map, template< typename U, typename... Args > class ArrayType = std::vector, class StringType = std::string, class BooleanType = bool, class NumberIntegerType = std::int64_t, class NumberUnsignedType = std::uint64_t, class NumberFloatType = double, template< typename U > class AllocatorType = std::allocator, template< typename T, typename SFINAE=void > class JSONSerializer = adl_serializer> < / div >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool operator== < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classnlohmann_1_1basic__json_1_1json__pointer.html" > json_pointer< / a > const &   < / td >
< td class = "paramname" > < em > lhs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classnlohmann_1_1basic__json_1_1json__pointer.html" > json_pointer< / a > const &   < / td >
< td class = "paramname" > < em > rhs< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > friend< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2017-04-23 22:43:42 +03:00
< p class = "definition" > Definition at line < a class = "el" href = "json_8hpp_source.html#l13205" > 13205< / a > of file < a class = "el" href = "json_8hpp_source.html" > json.hpp< / a > .< / p >
2017-01-28 20:24:07 +03:00
< / div >
< / div >
< / td >
< / tr >
< / table >
< / 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:39 for JSON for Modern C++ by   < a href = "http://www.doxygen.org/index.html" >
2017-01-28 20:24:07 +03:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
< / a > 1.8.14
< / small > < / address >
< / body >
< / html >