mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-25 00:43:44 +00:00
295 lines
No EOL
10 KiB
HTML
295 lines
No EOL
10 KiB
HTML
<!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/html; charset=utf-8" />
|
||
|
||
<title>Sprout.Array — Sprout v1.0 documentation</title>
|
||
<link rel="stylesheet" href="../../../_static/sphinxdoc.css" type="text/css" />
|
||
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
|
||
<script type="text/javascript">
|
||
var DOCUMENTATION_OPTIONS = {
|
||
URL_ROOT: '../../../',
|
||
VERSION: '1.0',
|
||
COLLAPSE_MODINDEX: false,
|
||
FILE_SUFFIX: '.html',
|
||
HAS_SOURCE: true
|
||
};
|
||
</script>
|
||
<script type="text/javascript" src="../../../_static/jquery.js"></script>
|
||
<script type="text/javascript" src="../../../_static/doctools.js"></script>
|
||
<link rel="top" title="Sprout v1.0 documentation" href="../../../index.html" />
|
||
<link rel="up" title="Libraries" href="../../libraries.html" />
|
||
<link rel="next" title="array" href="array/index.html" />
|
||
<link rel="prev" title="Libraries" href="../../libraries.html" />
|
||
</head>
|
||
<body>
|
||
<div class="related">
|
||
<h3>Navigation</h3>
|
||
<ul>
|
||
<li class="right" style="margin-right: 10px">
|
||
<a href="../../../genindex.html" title="General Index"
|
||
accesskey="I">index</a></li>
|
||
<li class="right" >
|
||
<a href="array/index.html" title="array"
|
||
accesskey="N">next</a> |</li>
|
||
<li class="right" >
|
||
<a href="../../libraries.html" title="Libraries"
|
||
accesskey="P">previous</a> |</li>
|
||
<li><a href="../../../index.html">Sprout v1.0 documentation</a> »</li>
|
||
<li><a href="../../index.html" >Sprout C++ Libraries</a> »</li>
|
||
<li><a href="../../libraries.html" accesskey="U">Libraries</a> »</li>
|
||
</ul>
|
||
</div>
|
||
<div class="sphinxsidebar">
|
||
<div class="sphinxsidebarwrapper">
|
||
<h3><a href="../../../index.html">Table Of Contents</a></h3>
|
||
<ul>
|
||
<li><a class="reference external" href="#">Sprout.Array</a><ul>
|
||
<li><a class="reference external" href="#description">Description</a><ul>
|
||
<li><a class="reference external" href="#classes">Classes</a></li>
|
||
<li><a class="reference external" href="#non-member-functions">Non-member functions</a><ul>
|
||
<li><a class="reference external" href="#specialized-algorithms">specialized algorithms</a></li>
|
||
<li><a class="reference external" href="#comparisons">comparisons</a></li>
|
||
<li><a class="reference external" href="#array-generators">array generators</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a class="reference external" href="#tuple-interface">Tuple interface</a></li>
|
||
<li><a class="reference external" href="#hash-support">Hash support</a></li>
|
||
</ul>
|
||
</li>
|
||
<li><a class="reference external" href="#header">Header</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
|
||
<h4>Previous topic</h4>
|
||
<p class="topless"><a href="../../libraries.html"
|
||
title="previous chapter">Libraries</a></p>
|
||
<h4>Next topic</h4>
|
||
<p class="topless"><a href="array/index.html"
|
||
title="next chapter">array</a></p>
|
||
<h3>This Page</h3>
|
||
<ul class="this-page-menu">
|
||
<li><a href="../../../_sources/libs/sprout/array/index.txt"
|
||
rel="nofollow">Show Source</a></li>
|
||
</ul>
|
||
<div id="searchbox" style="display: none">
|
||
<h3>Quick search</h3>
|
||
<form class="search" action="../../../search.html" method="get">
|
||
<input type="text" name="q" size="18" />
|
||
<input type="submit" value="Go" />
|
||
<input type="hidden" name="check_keywords" value="yes" />
|
||
<input type="hidden" name="area" value="default" />
|
||
</form>
|
||
<p class="searchtip" style="font-size: 90%">
|
||
Enter search terms or a module, class or function name.
|
||
</p>
|
||
</div>
|
||
<script type="text/javascript">$('#searchbox').show(0);</script>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="document">
|
||
<div class="documentwrapper">
|
||
<div class="bodywrapper">
|
||
<div class="body">
|
||
|
||
<div class="section" id="id1">
|
||
<h1>Sprout.Array<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
|
||
<div class="section" id="description">
|
||
<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2>
|
||
<div class="section" id="classes">
|
||
<h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headline">¶</a></h3>
|
||
<table border="1" class="docutils">
|
||
<colgroup>
|
||
<col width="34%" />
|
||
<col width="66%" />
|
||
</colgroup>
|
||
<thead valign="bottom">
|
||
<tr><th class="head">class</th>
|
||
<th class="head"> </th>
|
||
</tr>
|
||
</thead>
|
||
<tbody valign="top">
|
||
<tr><td><a class="reference external" href="array/index.html"><em>array</em></a></td>
|
||
<td> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<div class="section" id="non-member-functions">
|
||
<h3>Non-member functions<a class="headerlink" href="#non-member-functions" title="Permalink to this headline">¶</a></h3>
|
||
<div class="section" id="specialized-algorithms">
|
||
<h4>specialized algorithms<a class="headerlink" href="#specialized-algorithms" title="Permalink to this headline">¶</a></h4>
|
||
<table border="1" class="docutils">
|
||
<colgroup>
|
||
<col width="34%" />
|
||
<col width="66%" />
|
||
</colgroup>
|
||
<thead valign="bottom">
|
||
<tr><th class="head">function</th>
|
||
<th class="head"> </th>
|
||
</tr>
|
||
</thead>
|
||
<tbody valign="top">
|
||
<tr><td><a class="reference external" href="array/swap-global.html"><em>swap</em></a></td>
|
||
<td> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<div class="section" id="comparisons">
|
||
<h4>comparisons<a class="headerlink" href="#comparisons" title="Permalink to this headline">¶</a></h4>
|
||
<table border="1" class="docutils">
|
||
<colgroup>
|
||
<col width="43%" />
|
||
<col width="57%" />
|
||
</colgroup>
|
||
<thead valign="bottom">
|
||
<tr><th class="head">function</th>
|
||
<th class="head"> </th>
|
||
</tr>
|
||
</thead>
|
||
<tbody valign="top">
|
||
<tr><td><a class="reference external" href="array/operator-equal_to.html"><em>operator==</em></a></td>
|
||
<td> </td>
|
||
</tr>
|
||
<tr><td><a class="reference external" href="array/operator-not_equal_to.html"><em>operator!=</em></a></td>
|
||
<td> </td>
|
||
</tr>
|
||
<tr><td><a class="reference external" href="array/operator-less.html"><em>operator<</em></a></td>
|
||
<td> </td>
|
||
</tr>
|
||
<tr><td><a class="reference external" href="array/operator-greater.html"><em>operator></em></a></td>
|
||
<td> </td>
|
||
</tr>
|
||
<tr><td><a class="reference external" href="array/operator-less_equal.html"><em>operator<=</em></a></td>
|
||
<td> </td>
|
||
</tr>
|
||
<tr><td><a class="reference external" href="array/operator-greater_equal.html"><em>operator>=</em></a></td>
|
||
<td> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<div class="section" id="array-generators">
|
||
<h4>array generators<a class="headerlink" href="#array-generators" title="Permalink to this headline">¶</a></h4>
|
||
<table border="1" class="docutils">
|
||
<colgroup>
|
||
<col width="43%" />
|
||
<col width="57%" />
|
||
</colgroup>
|
||
<thead valign="bottom">
|
||
<tr><th class="head">function</th>
|
||
<th class="head"> </th>
|
||
</tr>
|
||
</thead>
|
||
<tbody valign="top">
|
||
<tr><td><a class="reference external" href="to_array.html"><em>to_array</em></a></td>
|
||
<td> </td>
|
||
</tr>
|
||
<tr><td><a class="reference external" href="make_array.html"><em>make_array</em></a></td>
|
||
<td> </td>
|
||
</tr>
|
||
<tr><td><a class="reference external" href="make_common_array.html"><em>make_common_array</em></a></td>
|
||
<td> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
<div class="section" id="tuple-interface">
|
||
<h3>Tuple interface<a class="headerlink" href="#tuple-interface" title="Permalink to this headline">¶</a></h3>
|
||
<table border="1" class="docutils">
|
||
<colgroup>
|
||
<col width="43%" />
|
||
<col width="57%" />
|
||
</colgroup>
|
||
<thead valign="bottom">
|
||
<tr><th class="head">matafunction</th>
|
||
<th class="head"> </th>
|
||
</tr>
|
||
</thead>
|
||
<tbody valign="top">
|
||
<tr><td><tt class="xref docutils literal"><span class="pre">std::tuple_size</span></tt></td>
|
||
<td> </td>
|
||
</tr>
|
||
<tr><td><tt class="xref docutils literal"><span class="pre">std::tuple_element</span></tt></td>
|
||
<td> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<table border="1" class="docutils">
|
||
<colgroup>
|
||
<col width="43%" />
|
||
<col width="57%" />
|
||
</colgroup>
|
||
<thead valign="bottom">
|
||
<tr><th class="head">function</th>
|
||
<th class="head"> </th>
|
||
</tr>
|
||
</thead>
|
||
<tbody valign="top">
|
||
<tr><td><tt class="xref docutils literal"><span class="pre">tuple_get</span></tt></td>
|
||
<td> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<div class="section" id="hash-support">
|
||
<h3>Hash support<a class="headerlink" href="#hash-support" title="Permalink to this headline">¶</a></h3>
|
||
<table border="1" class="docutils">
|
||
<colgroup>
|
||
<col width="34%" />
|
||
<col width="66%" />
|
||
</colgroup>
|
||
<thead valign="bottom">
|
||
<tr><th class="head">function</th>
|
||
<th class="head"> </th>
|
||
</tr>
|
||
</thead>
|
||
<tbody valign="top">
|
||
<tr><td><tt class="xref docutils literal"><span class="pre">hash_value</span></tt></td>
|
||
<td> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
<div class="section" id="header">
|
||
<h2>Header<a class="headerlink" href="#header" title="Permalink to this headline">¶</a></h2>
|
||
<p><tt class="docutils literal"><span class="pre">sprout/array.hpp</span></tt></p>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="clearer"></div>
|
||
</div>
|
||
<div class="related">
|
||
<h3>Navigation</h3>
|
||
<ul>
|
||
<li class="right" style="margin-right: 10px">
|
||
<a href="../../../genindex.html" title="General Index"
|
||
>index</a></li>
|
||
<li class="right" >
|
||
<a href="array/index.html" title="array"
|
||
>next</a> |</li>
|
||
<li class="right" >
|
||
<a href="../../libraries.html" title="Libraries"
|
||
>previous</a> |</li>
|
||
<li><a href="../../../index.html">Sprout v1.0 documentation</a> »</li>
|
||
<li><a href="../../index.html" >Sprout C++ Libraries</a> »</li>
|
||
<li><a href="../../libraries.html" >Libraries</a> »</li>
|
||
</ul>
|
||
</div>
|
||
<div class="footer">
|
||
© Copyright 2013, Bolero MURAKAMI.
|
||
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.4.
|
||
</div>
|
||
</body>
|
||
</html> |