This file is indexed.

/usr/share/doc/geographiclib/html/namespacestd.html is in geographiclib-doc 1.49-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!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.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>GeographicLib: std Namespace Reference</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>
<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    extensions: ["tex2jax.js"],
    jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="/usr/share/javascript/mathjax/MathJax.js/MathJax.js"></script>
<link href="doxygen.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">GeographicLib
   &#160;<span id="projectnumber">1.49</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#func-members">Functions</a>  </div>
  <div class="headertitle">
<div class="title">std Namespace Reference</div>  </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a737df319ce79fda0ba311bb8d437ad85"><td class="memTemplParams" colspan="2">template&lt;typename dist_t , typename pos_t , class distfun_t &gt; </td></tr>
<tr class="memitem:a737df319ce79fda0ba311bb8d437ad85"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespacestd.html#a737df319ce79fda0ba311bb8d437ad85">swap</a> (<a class="el" href="classGeographicLib_1_1NearestNeighbor.html">GeographicLib::NearestNeighbor</a>&lt; dist_t, pos_t, distfun_t &gt; &amp;a, <a class="el" href="classGeographicLib_1_1NearestNeighbor.html">GeographicLib::NearestNeighbor</a>&lt; dist_t, pos_t, distfun_t &gt; &amp;b)</td></tr>
<tr class="separator:a737df319ce79fda0ba311bb8d437ad85"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Function Documentation</h2>
<a id="a737df319ce79fda0ba311bb8d437ad85"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a737df319ce79fda0ba311bb8d437ad85">&#9670;&nbsp;</a></span>swap()</h2>

<div class="memitem">
<div class="memproto">
<div class="memtemplate">
template&lt;typename dist_t , typename pos_t , class distfun_t &gt; </div>
      <table class="memname">
        <tr>
          <td class="memname">void std::swap </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classGeographicLib_1_1NearestNeighbor.html">GeographicLib::NearestNeighbor</a>&lt; dist_t, pos_t, distfun_t &gt; &amp;&#160;</td>
          <td class="paramname"><em>a</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classGeographicLib_1_1NearestNeighbor.html">GeographicLib::NearestNeighbor</a>&lt; dist_t, pos_t, distfun_t &gt; &amp;&#160;</td>
          <td class="paramname"><em>b</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
</div><div class="memdoc">
<p>Swap two <a class="el" href="classGeographicLib_1_1NearestNeighbor.html" title="Nearest-neighbor calculations. ">GeographicLib::NearestNeighbor</a> objects.</p>
<dl class="tparams"><dt>Template Parameters</dt><dd>
  <table class="tparams">
    <tr><td class="paramname">dist_t</td><td>the type used for measuring distances. </td></tr>
    <tr><td class="paramname">pos_t</td><td>the type for specifying the positions of points. </td></tr>
    <tr><td class="paramname">distfun_t</td><td>the type for a function object which calculates distances between points. </td></tr>
  </table>
  </dd>
</dl>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramdir">[in,out]</td><td class="paramname">a</td><td>the first <a class="el" href="classGeographicLib_1_1NearestNeighbor.html" title="Nearest-neighbor calculations. ">GeographicLib::NearestNeighbor</a> to swap. </td></tr>
    <tr><td class="paramdir">[in,out]</td><td class="paramname">b</td><td>the second <a class="el" href="classGeographicLib_1_1NearestNeighbor.html" title="Nearest-neighbor calculations. ">GeographicLib::NearestNeighbor</a> to swap. </td></tr>
  </table>
  </dd>
</dl>

<p class="definition">Definition at line <a class="el" href="NearestNeighbor_8hpp_source.html#l00827">827</a> of file <a class="el" href="NearestNeighbor_8hpp_source.html">NearestNeighbor.hpp</a>.</p>

<p class="reference">References <a class="el" href="NearestNeighbor_8hpp_source.html#l00561">GeographicLib::NearestNeighbor&lt; dist_t, pos_t, distfun_t &gt;::swap()</a>.</p>

<p class="reference">Referenced by <a class="el" href="AlbersEqualArea_8cpp_source.html#l00081">GeographicLib::AlbersEqualArea::AlbersEqualArea()</a>, <a class="el" href="GeodesicExact_8cpp_source.html#l00159">GeographicLib::GeodesicExact::ArcDirectLine()</a>, <a class="el" href="Geodesic_8cpp_source.html#l00154">GeographicLib::Geodesic::ArcDirectLine()</a>, <a class="el" href="Math_8hpp_source.html#l00691">GeographicLib::Math::atan2d()</a>, <a class="el" href="Geoid_8cpp_source.html#l00394">GeographicLib::Geoid::CacheClear()</a>, <a class="el" href="Rhumb_8cpp_source.html#l00171">GeographicLib::Rhumb::GenDirect()</a>, <a class="el" href="Math_8hpp_source.html#l00243">GeographicLib::Math::hypot()</a>, <a class="el" href="LambertConformalConic_8cpp_source.html#l00068">GeographicLib::LambertConformalConic::LambertConformalConic()</a>, <a class="el" href="NearestNeighbor_8hpp_source.html#l00600">GeographicLib::NearestNeighbor&lt; dist_t, pos_t, distfun_t &gt;::ResetStatistics()</a>, <a class="el" href="EllipticFunction_8cpp_source.html#l00066">GeographicLib::EllipticFunction::RF()</a>, <a class="el" href="EllipticFunction_8cpp_source.html#l00096">GeographicLib::EllipticFunction::RG()</a>, <a class="el" href="EllipticFunction_8cpp_source.html#l00315">GeographicLib::EllipticFunction::sncndn()</a>, <a class="el" href="Math_8hpp_source.html#l00890">GeographicLib::Math::swab()</a>, <a class="el" href="NearestNeighbor_8hpp_source.html#l00561">GeographicLib::NearestNeighbor&lt; dist_t, pos_t, distfun_t &gt;::swap()</a>, <a class="el" href="NormalGravity_8cpp_source.html#l00183">GeographicLib::NormalGravity::V0()</a>, and <a class="el" href="Geocentric_8cpp_source.html#l00031">GeographicLib::Geocentric::WGS84()</a>.</p>

</div>
</div>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>