Sprout/docs/libs/array/index.html

301 lines
10 KiB
HTML
Raw Normal View History

2013-08-30 02:14:14 +00:00
2013-08-16 09:15:52 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2013-08-30 02:14:14 +00:00
2013-08-16 09:15:52 +00:00
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
2013-08-30 02:14:14 +00:00
<title>Sprout.Array &mdash; Sprout 1.0 documentation</title>
2013-08-30 05:02:02 +00:00
<link rel="stylesheet" href="../../_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
2013-08-30 02:14:14 +00:00
2013-08-16 09:15:52 +00:00
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
2013-08-30 05:02:02 +00:00
URL_ROOT: '../../',
2013-08-16 09:15:52 +00:00
VERSION: '1.0',
2013-08-30 02:14:14 +00:00
COLLAPSE_INDEX: false,
2013-08-16 09:15:52 +00:00
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
2013-08-30 05:02:02 +00:00
<script type="text/javascript" src="../../_static/jquery.js"></script>
<script type="text/javascript" src="../../_static/underscore.js"></script>
<script type="text/javascript" src="../../_static/doctools.js"></script>
<link rel="top" title="Sprout 1.0 documentation" href="../../index.html" />
<link rel="up" title="Libraries" href="../index.html" />
2013-08-26 04:12:13 +00:00
<link rel="next" title="array" href="array/index.html" />
2013-08-30 05:02:02 +00:00
<link rel="prev" title="Libraries" href="../index.html" />
2013-08-16 09:15:52 +00:00
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
2013-08-30 05:02:02 +00:00
<a href="../../genindex.html" title="General Index"
2013-08-16 09:15:52 +00:00
accesskey="I">index</a></li>
<li class="right" >
2013-08-26 04:12:13 +00:00
<a href="array/index.html" title="array"
2013-08-16 09:15:52 +00:00
accesskey="N">next</a> |</li>
<li class="right" >
2013-08-30 05:02:02 +00:00
<a href="../index.html" title="Libraries"
2013-08-16 09:15:52 +00:00
accesskey="P">previous</a> |</li>
2013-08-30 05:02:02 +00:00
<li><a href="../../index.html">Sprout 1.0 documentation</a> &raquo;</li>
<li><a href="../index.html" accesskey="U">Libraries</a> &raquo;</li>
2013-08-16 09:15:52 +00:00
</ul>
2013-08-25 15:09:33 +00:00
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
2013-08-30 05:02:02 +00:00
<h3><a href="../../index.html">Table Of Contents</a></h3>
2013-08-30 02:14:14 +00:00
<ul>
<li><a class="reference internal" href="#">Sprout.Array</a><ul>
<li><a class="reference internal" href="#description">Description</a><ul>
<li><a class="reference internal" href="#classes">Classes</a></li>
<li><a class="reference internal" href="#non-member-functions">Non-member functions</a><ul>
<li><a class="reference internal" href="#specialized-algorithms">specialized algorithms</a></li>
<li><a class="reference internal" href="#comparisons">comparisons</a></li>
<li><a class="reference internal" href="#array-generators">array generators</a></li>
2013-08-26 04:12:13 +00:00
</ul>
</li>
2013-08-30 02:14:14 +00:00
<li><a class="reference internal" href="#tuple-interface">Tuple interface</a></li>
<li><a class="reference internal" href="#hash-support">Hash support</a></li>
2013-08-26 04:12:13 +00:00
</ul>
</li>
2013-08-30 02:14:14 +00:00
<li><a class="reference internal" href="#header">Header</a></li>
2013-08-25 15:09:33 +00:00
</ul>
</li>
</ul>
2013-08-30 02:14:14 +00:00
<h4>Previous topic</h4>
2013-08-30 05:02:02 +00:00
<p class="topless"><a href="../index.html"
2013-08-30 02:14:14 +00:00
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">
2013-08-30 05:02:02 +00:00
<li><a href="../../_sources/libs/array/index.txt"
2013-08-30 02:14:14 +00:00
rel="nofollow">Show Source</a></li>
</ul>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
2013-08-30 05:02:02 +00:00
<form class="search" action="../../search.html" method="get">
2013-08-30 02:14:14 +00:00
<input type="text" name="q" />
<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>
2013-08-25 15:09:33 +00:00
</div>
</div>
2013-08-16 09:15:52 +00:00
<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>
2013-08-30 02:14:14 +00:00
<div class="toctree-wrapper compound">
</div>
2013-08-26 04:12:13 +00:00
<div class="section" id="description">
<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline"></a></h2>
2013-08-16 09:15:52 +00:00
<div class="section" id="classes">
2013-08-26 04:12:13 +00:00
<h3>Classes<a class="headerlink" href="#classes" title="Permalink to this headline"></a></h3>
2013-08-25 14:14:03 +00:00
<table border="1" class="docutils">
<colgroup>
<col width="34%" />
<col width="66%" />
</colgroup>
<thead valign="bottom">
2013-08-30 02:14:14 +00:00
<tr class="row-odd"><th class="head">class</th>
2013-08-25 14:14:03 +00:00
<th class="head">&nbsp;</th>
</tr>
</thead>
<tbody valign="top">
2013-08-30 02:14:14 +00:00
<tr class="row-even"><td><a class="reference internal" href="array/index.html"><em>array</em></a></td>
2013-08-25 14:14:03 +00:00
<td>&nbsp;</td>
</tr>
</tbody>
</table>
2013-08-16 09:15:52 +00:00
</div>
<div class="section" id="non-member-functions">
2013-08-26 04:12:13 +00:00
<h3>Non-member functions<a class="headerlink" href="#non-member-functions" title="Permalink to this headline"></a></h3>
2013-08-29 13:39:54 +00:00
<div class="section" id="specialized-algorithms">
<h4>specialized algorithms<a class="headerlink" href="#specialized-algorithms" title="Permalink to this headline"></a></h4>
2013-08-26 04:12:13 +00:00
<table border="1" class="docutils">
<colgroup>
2013-08-29 13:39:54 +00:00
<col width="34%" />
<col width="66%" />
2013-08-26 04:12:13 +00:00
</colgroup>
<thead valign="bottom">
2013-08-30 02:14:14 +00:00
<tr class="row-odd"><th class="head">function</th>
2013-08-26 04:12:13 +00:00
<th class="head">&nbsp;</th>
</tr>
</thead>
<tbody valign="top">
2013-08-30 02:14:14 +00:00
<tr class="row-even"><td><a class="reference internal" href="array/swap-global.html"><em>swap</em></a></td>
2013-08-26 04:12:13 +00:00
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</div>
2013-08-29 13:39:54 +00:00
<div class="section" id="comparisons">
<h4>comparisons<a class="headerlink" href="#comparisons" title="Permalink to this headline"></a></h4>
2013-08-25 14:14:03 +00:00
<table border="1" class="docutils">
<colgroup>
2013-08-29 13:39:54 +00:00
<col width="43%" />
<col width="57%" />
2013-08-25 14:14:03 +00:00
</colgroup>
<thead valign="bottom">
2013-08-30 02:14:14 +00:00
<tr class="row-odd"><th class="head">function</th>
2013-08-25 14:14:03 +00:00
<th class="head">&nbsp;</th>
</tr>
</thead>
<tbody valign="top">
2013-08-30 02:14:14 +00:00
<tr class="row-even"><td><a class="reference internal" href="array/operator-equal_to.html"><em>operator==</em></a></td>
2013-08-29 13:39:54 +00:00
<td>&nbsp;</td>
</tr>
2013-08-30 02:14:14 +00:00
<tr class="row-odd"><td><a class="reference internal" href="array/operator-not_equal_to.html"><em>operator!=</em></a></td>
2013-08-29 13:39:54 +00:00
<td>&nbsp;</td>
</tr>
2013-08-30 02:14:14 +00:00
<tr class="row-even"><td><a class="reference internal" href="array/operator-less.html"><em>operator&lt;</em></a></td>
2013-08-29 13:39:54 +00:00
<td>&nbsp;</td>
</tr>
2013-08-30 02:14:14 +00:00
<tr class="row-odd"><td><a class="reference internal" href="array/operator-greater.html"><em>operator&gt;</em></a></td>
2013-08-29 13:39:54 +00:00
<td>&nbsp;</td>
</tr>
2013-08-30 02:14:14 +00:00
<tr class="row-even"><td><a class="reference internal" href="array/operator-less_equal.html"><em>operator&lt;=</em></a></td>
2013-08-29 13:39:54 +00:00
<td>&nbsp;</td>
</tr>
2013-08-30 02:14:14 +00:00
<tr class="row-odd"><td><a class="reference internal" href="array/operator-greater_equal.html"><em>operator&gt;=</em></a></td>
2013-08-25 14:14:03 +00:00
<td>&nbsp;</td>
</tr>
2013-08-26 04:12:13 +00:00
</tbody>
</table>
</div>
2013-08-29 13:39:54 +00:00
<div class="section" id="array-generators">
<h4>array generators<a class="headerlink" href="#array-generators" title="Permalink to this headline"></a></h4>
2013-08-26 04:12:13 +00:00
<table border="1" class="docutils">
<colgroup>
<col width="43%" />
<col width="57%" />
</colgroup>
<thead valign="bottom">
2013-08-30 02:14:14 +00:00
<tr class="row-odd"><th class="head">function</th>
2013-08-26 04:12:13 +00:00
<th class="head">&nbsp;</th>
</tr>
</thead>
<tbody valign="top">
2013-08-30 02:14:14 +00:00
<tr class="row-even"><td><a class="reference internal" href="to_array.html"><em>to_array</em></a></td>
2013-08-26 04:12:13 +00:00
<td>&nbsp;</td>
</tr>
2013-08-30 02:14:14 +00:00
<tr class="row-odd"><td><a class="reference internal" href="make_array.html"><em>make_array</em></a></td>
2013-08-26 04:12:13 +00:00
<td>&nbsp;</td>
</tr>
2013-08-30 02:14:14 +00:00
<tr class="row-even"><td><a class="reference internal" href="make_common_array.html"><em>make_common_array</em></a></td>
2013-08-25 14:14:03 +00:00
<td>&nbsp;</td>
</tr>
</tbody>
</table>
2013-08-16 09:15:52 +00:00
</div>
2013-08-26 04:12:13 +00:00
</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">
2013-08-30 02:14:14 +00:00
<tr class="row-odd"><th class="head">matafunction</th>
2013-08-26 04:12:13 +00:00
<th class="head">&nbsp;</th>
</tr>
</thead>
<tbody valign="top">
2013-08-30 02:14:14 +00:00
<tr class="row-even"><td><tt class="xref doc docutils literal"><span class="pre">std::tuple_size</span></tt></td>
2013-08-26 04:12:13 +00:00
<td>&nbsp;</td>
</tr>
2013-08-30 02:14:14 +00:00
<tr class="row-odd"><td><tt class="xref doc docutils literal"><span class="pre">std::tuple_element</span></tt></td>
2013-08-26 04:12:13 +00:00
<td>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="1" class="docutils">
<colgroup>
<col width="43%" />
<col width="57%" />
</colgroup>
<thead valign="bottom">
2013-08-30 02:14:14 +00:00
<tr class="row-odd"><th class="head">function</th>
2013-08-26 04:12:13 +00:00
<th class="head">&nbsp;</th>
</tr>
</thead>
<tbody valign="top">
2013-08-30 02:14:14 +00:00
<tr class="row-even"><td><tt class="xref doc docutils literal"><span class="pre">tuple_get</span></tt></td>
2013-08-26 04:12:13 +00:00
<td>&nbsp;</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">
2013-08-30 02:14:14 +00:00
<tr class="row-odd"><th class="head">function</th>
2013-08-26 04:12:13 +00:00
<th class="head">&nbsp;</th>
</tr>
</thead>
<tbody valign="top">
2013-08-30 02:14:14 +00:00
<tr class="row-even"><td><tt class="xref doc docutils literal"><span class="pre">hash_value</span></tt></td>
2013-08-26 04:12:13 +00:00
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</div>
2013-08-16 09:15:52 +00:00
<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">
2013-08-30 05:02:02 +00:00
<a href="../../genindex.html" title="General Index"
2013-08-16 09:15:52 +00:00
>index</a></li>
<li class="right" >
2013-08-26 04:12:13 +00:00
<a href="array/index.html" title="array"
2013-08-16 09:15:52 +00:00
>next</a> |</li>
<li class="right" >
2013-08-30 05:02:02 +00:00
<a href="../index.html" title="Libraries"
2013-08-16 09:15:52 +00:00
>previous</a> |</li>
2013-08-30 05:02:02 +00:00
<li><a href="../../index.html">Sprout 1.0 documentation</a> &raquo;</li>
<li><a href="../index.html" >Libraries</a> &raquo;</li>
2013-08-16 09:15:52 +00:00
</ul>
</div>
<div class="footer">
2013-08-30 02:14:14 +00:00
&copy; Copyright 2013, Bolero MURAKAMI.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
2013-08-16 09:15:52 +00:00
</div>
</body>
</html>