mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-06 14:24:09 +00:00
add index_tuple summary page
This commit is contained in:
parent
2d707944fb
commit
e57368faee
473 changed files with 2597 additions and 1293 deletions
|
@ -71,10 +71,10 @@
|
|||
<li><a class="reference internal" href="#returns">Returns</a></li>
|
||||
<li><a class="reference internal" href="#throws">Throws</a></li>
|
||||
<li><a class="reference internal" href="#examples">Examples</a></li>
|
||||
<li><a class="reference internal" href="#id3">Interface</a></li>
|
||||
<li><a class="reference internal" href="#id4">Requires</a></li>
|
||||
<li><a class="reference internal" href="#id5">Effects</a></li>
|
||||
<li><a class="reference internal" href="#id6">Returns</a></li>
|
||||
<li><a class="reference internal" href="#id1">Interface</a></li>
|
||||
<li><a class="reference internal" href="#id2">Requires</a></li>
|
||||
<li><a class="reference internal" href="#id3">Effects</a></li>
|
||||
<li><a class="reference internal" href="#id4">Returns</a></li>
|
||||
<li><a class="reference internal" href="#header">Header</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -113,7 +113,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="assign">
|
||||
<h1>assign<a class="headerlink" href="#assign" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-assign-iterator"></span><h1>assign<a class="headerlink" href="#assign" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">StringConstIterator</span><span class="o">></span>
|
||||
|
@ -130,7 +130,7 @@
|
|||
<div class="section" id="effects">
|
||||
<h2>Effects<a class="headerlink" href="#effects" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line">Replaces the string controlled by <a href="#id1"><span class="problematic" id="id2">*</span></a>this with a string of length n whose elements are a copy of those pointed to by s.</div>
|
||||
<div class="line">Replaces the string controlled by <tt class="docutils literal"><span class="pre">*this</span></tt> with a string of length n whose elements are a copy of those pointed to by s.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="returns">
|
||||
|
@ -161,27 +161,27 @@
|
|||
</div>
|
||||
</div>
|
||||
<hr class="docutils" />
|
||||
<div class="section" id="id3">
|
||||
<h2>Interface<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id1">
|
||||
<h2>Interface<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">StringConstIterator</span><span class="o">></span>
|
||||
<span class="n">basic_string</span><span class="o">&</span> <span class="n">assign</span><span class="p">(</span><span class="n">StringConstIterator</span> <span class="n">s</span><span class="p">);</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="id4">
|
||||
<h2>Requires<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id2">
|
||||
<h2>Requires<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line">s points to an array of at least <tt class="docutils literal"><span class="pre">traits_type::length(s)</span> <span class="pre">+</span> <span class="pre">1</span></tt> elements of value_type.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="id5">
|
||||
<h2>Effects<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id3">
|
||||
<h2>Effects<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line">Calls <tt class="docutils literal"><span class="pre">assign(s,</span> <span class="pre">traits_type::length(s))</span></tt>.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="id6">
|
||||
<h2>Returns<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id4">
|
||||
<h2>Returns<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line"><tt class="docutils literal"><span class="pre">*this</span></tt>.</div>
|
||||
</div>
|
||||
|
|
|
@ -77,18 +77,18 @@
|
|||
<li><a class="reference internal" href="#id4">Interface</a></li>
|
||||
<li><a class="reference internal" href="#id5">Requires</a></li>
|
||||
<li><a class="reference internal" href="#id6">Effects</a></li>
|
||||
<li><a class="reference internal" href="#id9">Returns</a></li>
|
||||
<li><a class="reference internal" href="#id10">Throws</a></li>
|
||||
<li><a class="reference internal" href="#id11">Interface</a></li>
|
||||
<li><a class="reference internal" href="#id12">Requires</a></li>
|
||||
<li><a class="reference internal" href="#id13">Effects</a></li>
|
||||
<li><a class="reference internal" href="#id14">Returns</a></li>
|
||||
<li><a class="reference internal" href="#id15">Interface</a></li>
|
||||
<li><a class="reference internal" href="#id16">Effects</a></li>
|
||||
<li><a class="reference internal" href="#id17">Returns</a></li>
|
||||
<li><a class="reference internal" href="#id18">Interface</a></li>
|
||||
<li><a class="reference internal" href="#id19">Effects</a></li>
|
||||
<li><a class="reference internal" href="#id20">Returns</a></li>
|
||||
<li><a class="reference internal" href="#id7">Returns</a></li>
|
||||
<li><a class="reference internal" href="#id8">Throws</a></li>
|
||||
<li><a class="reference internal" href="#id9">Interface</a></li>
|
||||
<li><a class="reference internal" href="#id10">Requires</a></li>
|
||||
<li><a class="reference internal" href="#id11">Effects</a></li>
|
||||
<li><a class="reference internal" href="#id12">Returns</a></li>
|
||||
<li><a class="reference internal" href="#id13">Interface</a></li>
|
||||
<li><a class="reference internal" href="#id14">Effects</a></li>
|
||||
<li><a class="reference internal" href="#id15">Returns</a></li>
|
||||
<li><a class="reference internal" href="#id16">Interface</a></li>
|
||||
<li><a class="reference internal" href="#id17">Effects</a></li>
|
||||
<li><a class="reference internal" href="#id18">Returns</a></li>
|
||||
<li><a class="reference internal" href="#header">Header</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -127,7 +127,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="assign">
|
||||
<h1>assign<a class="headerlink" href="#assign" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-assign"></span><h1>assign<a class="headerlink" href="#assign" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N2</span><span class="o">></span>
|
||||
|
@ -210,81 +210,81 @@
|
|||
<div class="section" id="id6">
|
||||
<h2>Effects<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line">Replaces the string controlled by <a href="#id7"><span class="problematic" id="id8">*</span></a>this with a string of length n whose elements are a copy of those pointed to by s.</div>
|
||||
<div class="line">Replaces the string controlled by <tt class="docutils literal"><span class="pre">*this</span></tt> with a string of length n whose elements are a copy of those pointed to by s.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="id9">
|
||||
<h2>Returns<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id7">
|
||||
<h2>Returns<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line"><tt class="docutils literal"><span class="pre">*this</span></tt>.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="id10">
|
||||
<h2>Throws<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id8">
|
||||
<h2>Throws<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line">std::length_error if <tt class="docutils literal"><span class="pre">n</span> <span class="pre">></span> <span class="pre">max_size()</span></tt>.</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="docutils" />
|
||||
<div class="section" id="id11">
|
||||
<h2>Interface<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id9">
|
||||
<h2>Interface<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">basic_string</span><span class="o">&</span> <span class="n">assign</span><span class="p">(</span><span class="n">value_type</span> <span class="k">const</span><span class="o">*</span> <span class="n">s</span><span class="p">);</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="id12">
|
||||
<h2>Requires<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id10">
|
||||
<h2>Requires<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line">s points to an array of at least <tt class="docutils literal"><span class="pre">traits_type::length(s)</span> <span class="pre">+</span> <span class="pre">1</span></tt> elements of value_type.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="id13">
|
||||
<h2>Effects<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id11">
|
||||
<h2>Effects<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line">Calls <tt class="docutils literal"><span class="pre">assign(s,</span> <span class="pre">traits_type::length(s))</span></tt>.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="id14">
|
||||
<h2>Returns<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id12">
|
||||
<h2>Returns<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line"><tt class="docutils literal"><span class="pre">*this</span></tt>.</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="docutils" />
|
||||
<div class="section" id="id15">
|
||||
<h2>Interface<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id13">
|
||||
<h2>Interface<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">basic_string</span><span class="o">&</span> <span class="n">assign</span><span class="p">(</span><span class="n">size_type</span> <span class="n">n</span><span class="p">,</span> <span class="n">value_type</span> <span class="n">c</span><span class="p">);</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="id16">
|
||||
<h2>Effects<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id14">
|
||||
<h2>Effects<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line">Equivalent to <tt class="docutils literal"><span class="pre">assign(basic_string(n,</span> <span class="pre">c))</span></tt>.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="id17">
|
||||
<h2>Returns<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id15">
|
||||
<h2>Returns<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line"><tt class="docutils literal"><span class="pre">*this</span></tt>.</div>
|
||||
</div>
|
||||
</div>
|
||||
<hr class="docutils" />
|
||||
<div class="section" id="id18">
|
||||
<h2>Interface<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id16">
|
||||
<h2>Interface<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">InputIterator</span><span class="o">></span>
|
||||
<span class="n">basic_string</span><span class="o">&</span> <span class="n">assign</span><span class="p">(</span><span class="n">InputIterator</span> <span class="n">first</span><span class="p">,</span> <span class="n">InputIterator</span> <span class="n">last</span><span class="p">);</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="id19">
|
||||
<h2>Effects<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id17">
|
||||
<h2>Effects<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line">Equivalent to <tt class="docutils literal"><span class="pre">assign(basic_string(first,</span> <span class="pre">last))</span></tt>.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="id20">
|
||||
<h2>Returns<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="section" id="id18">
|
||||
<h2>Returns<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line"><tt class="docutils literal"><span class="pre">*this</span></tt>.</div>
|
||||
</div>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="at">
|
||||
<h1>at<a class="headerlink" href="#at" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-at"></span><h1>at<a class="headerlink" href="#at" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CXX14_CONSTEXPR</span> <span class="n">reference</span> <span class="n">at</span><span class="p">(</span><span class="n">size_type</span> <span class="n">n</span><span class="p">);</span>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="back">
|
||||
<h1>back<a class="headerlink" href="#back" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-back"></span><h1>back<a class="headerlink" href="#back" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CXX14_CONSTEXPR</span> <span class="n">reference</span> <span class="n">back</span><span class="p">();</span>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="begin">
|
||||
<h1>begin<a class="headerlink" href="#begin" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-begin"></span><h1>begin<a class="headerlink" href="#begin" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CXX14_CONSTEXPR</span> <span class="n">iterator</span> <span class="n">begin</span><span class="p">()</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="back">
|
||||
<h1>back<a class="headerlink" href="#back" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-c-array"></span><h1>back<a class="headerlink" href="#back" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CXX14_CONSTEXPR</span> <span class="n">pointer</span> <span class="n">c_array</span><span class="p">()</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
<script type="text/javascript" src="../../../_static/doctools.js"></script>
|
||||
<link rel="top" title="Sprout 1.0 documentation" href="../../../index.html" />
|
||||
<link rel="up" title="basic_string" href="index.html" />
|
||||
<link rel="next" title="cbegin" href="cend.html" />
|
||||
<link rel="next" title="cend" href="cend.html" />
|
||||
<link rel="prev" title="rend" href="rend.html" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<a href="../../../genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li class="right" >
|
||||
<a href="cend.html" title="cbegin"
|
||||
<a href="cend.html" title="cend"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="rend.html" title="rend"
|
||||
|
@ -79,7 +79,7 @@
|
|||
title="previous chapter">rend</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="cend.html"
|
||||
title="next chapter">cbegin</a></p>
|
||||
title="next chapter">cend</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="../../../_sources/libs/string/basic_string/cbegin.txt"
|
||||
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="cbegin">
|
||||
<h1>cbegin<a class="headerlink" href="#cbegin" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-cbegin"></span><h1>cbegin<a class="headerlink" href="#cbegin" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CONSTEXPR</span> <span class="n">const_iterator</span> <span class="n">cbegin</span><span class="p">()</span> <span class="k">const</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
|
@ -158,7 +158,7 @@
|
|||
<a href="../../../genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li class="right" >
|
||||
<a href="cend.html" title="cbegin"
|
||||
<a href="cend.html" title="cend"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="rend.html" title="rend"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
<title>cbegin — Sprout 1.0 documentation</title>
|
||||
<title>cend — Sprout 1.0 documentation</title>
|
||||
|
||||
<link rel="stylesheet" href="../../../_static/sphinxdoc.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
|
||||
|
@ -64,7 +64,7 @@
|
|||
<div class="sphinxsidebarwrapper">
|
||||
<h3><a href="../../../index.html">Table Of Contents</a></h3>
|
||||
<ul>
|
||||
<li><a class="reference internal" href="#">cbegin</a><ul>
|
||||
<li><a class="reference internal" href="#">cend</a><ul>
|
||||
<li><a class="reference internal" href="#interface">Interface</a></li>
|
||||
<li><a class="reference internal" href="#returns">Returns</a></li>
|
||||
<li><a class="reference internal" href="#examples">Examples</a></li>
|
||||
|
@ -106,11 +106,11 @@
|
|||
<div class="bodywrapper">
|
||||
<div class="body">
|
||||
|
||||
<div class="section" id="cbegin">
|
||||
<h1>cbegin<a class="headerlink" href="#cbegin" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="cend">
|
||||
<span id="sprout-string-basic-string-cend"></span><h1>cend<a class="headerlink" href="#cend" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CONSTEXPR</span> <span class="n">const_iterator</span> <span class="n">cbegin</span><span class="p">()</span> <span class="k">const</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CONSTEXPR</span> <span class="n">const_iterator</span> <span class="n">cend</span><span class="p">()</span> <span class="k">const</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -126,7 +126,7 @@
|
|||
<span class="k">using</span> <span class="k">namespace</span> <span class="n">sprout</span><span class="p">;</span>
|
||||
|
||||
<span class="n">SPROUT_STATIC_CONSTEXPR</span> <span class="k">auto</span> <span class="n">input</span> <span class="o">=</span> <span class="n">string</span><span class="o"><</span><span class="mi">8</span><span class="o">></span><span class="p">(</span><span class="s">"homuhomu"</span><span class="p">);</span>
|
||||
<span class="n">static_assert</span><span class="p">(</span><span class="o">*</span><span class="p">(</span><span class="n">input</span><span class="p">.</span><span class="n">cbegin</span><span class="p">()</span> <span class="o">-</span> <span class="mi">1</span><span class="p">)</span> <span class="o">==</span> <span class="sc">'u'</span><span class="p">,</span> <span class="s">"input last element is u."</span><span class="p">);</span>
|
||||
<span class="n">static_assert</span><span class="p">(</span><span class="o">*</span><span class="p">(</span><span class="n">input</span><span class="p">.</span><span class="n">cend</span><span class="p">()</span> <span class="o">-</span> <span class="mi">1</span><span class="p">)</span> <span class="o">==</span> <span class="sc">'u'</span><span class="p">,</span> <span class="s">"input last element is u."</span><span class="p">);</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="clear">
|
||||
<h1>clear<a class="headerlink" href="#clear" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-clear"></span><h1>clear<a class="headerlink" href="#clear" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CXX14_CONSTEXPR</span> <span class="kt">void</span> <span class="n">clear</span><span class="p">()</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="compare">
|
||||
<h1>compare<a class="headerlink" href="#compare" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-compare-iterator"></span><h1>compare<a class="headerlink" href="#compare" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">StringConstIterator</span><span class="o">></span>
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="compare">
|
||||
<h1>compare<a class="headerlink" href="#compare" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-compare"></span><h1>compare<a class="headerlink" href="#compare" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N2</span><span class="o">></span>
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="basic-string">
|
||||
<h1>basic_string<a class="headerlink" href="#basic-string" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-constructor"></span><h1>basic_string<a class="headerlink" href="#basic-string" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CONSTEXPR</span> <span class="n">basic_string</span><span class="p">()</span> <span class="o">=</span> <span class="k">default</span><span class="p">;</span>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<link rel="top" title="Sprout 1.0 documentation" href="../../../index.html" />
|
||||
<link rel="up" title="basic_string" href="index.html" />
|
||||
<link rel="next" title="crend" href="crend.html" />
|
||||
<link rel="prev" title="cbegin" href="cend.html" />
|
||||
<link rel="prev" title="cend" href="cend.html" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="related">
|
||||
|
@ -52,7 +52,7 @@
|
|||
<a href="crend.html" title="crend"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="cend.html" title="cbegin"
|
||||
<a href="cend.html" title="cend"
|
||||
accesskey="P">previous</a> |</li>
|
||||
<li><a href="../../../index.html">Sprout 1.0 documentation</a> »</li>
|
||||
<li><a href="../../index.html" >Libraries</a> »</li>
|
||||
|
@ -76,7 +76,7 @@
|
|||
|
||||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="cend.html"
|
||||
title="previous chapter">cbegin</a></p>
|
||||
title="previous chapter">cend</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="crend.html"
|
||||
title="next chapter">crend</a></p>
|
||||
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="crbegin">
|
||||
<h1>crbegin<a class="headerlink" href="#crbegin" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-crbegin"></span><h1>crbegin<a class="headerlink" href="#crbegin" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CONSTEXPR</span> <span class="n">const_reverse_iterator</span> <span class="n">crbegin</span><span class="p">()</span> <span class="k">const</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
|
@ -161,7 +161,7 @@
|
|||
<a href="crend.html" title="crend"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="cend.html" title="cbegin"
|
||||
<a href="cend.html" title="cend"
|
||||
>previous</a> |</li>
|
||||
<li><a href="../../../index.html">Sprout 1.0 documentation</a> »</li>
|
||||
<li><a href="../../index.html" >Libraries</a> »</li>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="crend">
|
||||
<h1>crend<a class="headerlink" href="#crend" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-crend"></span><h1>crend<a class="headerlink" href="#crend" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CONSTEXPR</span> <span class="n">const_reverse_iterator</span> <span class="n">crend</span><span class="p">()</span> <span class="k">const</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="back">
|
||||
<h1>back<a class="headerlink" href="#back" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-data"></span><h1>back<a class="headerlink" href="#back" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CXX14_CONSTEXPR</span> <span class="n">pointer</span> <span class="n">data</span><span class="p">()</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="empty">
|
||||
<h1>empty<a class="headerlink" href="#empty" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-empty"></span><h1>empty<a class="headerlink" href="#empty" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CONSTEXPR</span> <span class="kt">bool</span> <span class="n">empty</span><span class="p">()</span> <span class="k">const</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="end">
|
||||
<h1>end<a class="headerlink" href="#end" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-end"></span><h1>end<a class="headerlink" href="#end" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CXX14_CONSTEXPR</span> <span class="n">iterator</span> <span class="n">end</span><span class="p">()</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
|
|
|
@ -115,7 +115,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="find">
|
||||
<h1>find<a class="headerlink" href="#find" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-find"></span><h1>find<a class="headerlink" href="#find" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N2</span><span class="o">></span>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="front">
|
||||
<h1>front<a class="headerlink" href="#front" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-front"></span><h1>front<a class="headerlink" href="#front" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CXX14_CONSTEXPR</span> <span class="n">reference</span> <span class="n">front</span><span class="p">();</span>
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
<script type="text/javascript" src="../../../_static/doctools.js"></script>
|
||||
<link rel="top" title="Sprout 1.0 documentation" href="../../../index.html" />
|
||||
<link rel="up" title="Sprout.String" href="../index.html" />
|
||||
<link rel="next" title="Sprout.IndexTuple" href="../../index_tuple/index.html" />
|
||||
<link rel="prev" title="std::hash" href="std-hash.html" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -47,6 +48,9 @@
|
|||
<li class="right" style="margin-right: 10px">
|
||||
<a href="../../../genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li class="right" >
|
||||
<a href="../../index_tuple/index.html" title="Sprout.IndexTuple"
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="std-hash.html" title="std::hash"
|
||||
accesskey="P">previous</a> |</li>
|
||||
|
@ -73,6 +77,9 @@
|
|||
<h4>Previous topic</h4>
|
||||
<p class="topless"><a href="std-hash.html"
|
||||
title="previous chapter">std::hash</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="../../index_tuple/index.html"
|
||||
title="next chapter">Sprout.IndexTuple</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="../../../_sources/libs/string/basic_string/hash_value.txt"
|
||||
|
@ -100,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="hash-value">
|
||||
<h1>hash_value<a class="headerlink" href="#hash-value" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-hash-value"></span><h1>hash_value<a class="headerlink" href="#hash-value" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">T</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N</span><span class="p">,</span> <span class="k">typename</span> <span class="n">Traits</span><span class="o">></span>
|
||||
|
@ -161,6 +168,9 @@
|
|||
<li class="right" style="margin-right: 10px">
|
||||
<a href="../../../genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li class="right" >
|
||||
<a href="../../index_tuple/index.html" title="Sprout.IndexTuple"
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="std-hash.html" title="std::hash"
|
||||
>previous</a> |</li>
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="basic-string">
|
||||
<h1>basic_string<a class="headerlink" href="#basic-string" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string"></span><h1>basic_string<a class="headerlink" href="#basic-string" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="toctree-wrapper compound">
|
||||
</div>
|
||||
<div class="section" id="interface">
|
||||
|
@ -137,9 +137,9 @@
|
|||
<h3>Member types<a class="headerlink" href="#member-types" title="Permalink to this headline">¶</a></h3>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="25%" />
|
||||
<col width="50%" />
|
||||
<col width="25%" />
|
||||
<col width="33%" />
|
||||
<col width="33%" />
|
||||
<col width="33%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">type</th>
|
||||
|
@ -182,21 +182,30 @@
|
|||
</tr>
|
||||
<tr class="row-even"><td>iterator</td>
|
||||
<td><strong>ConstexprRandomAccessIterator</strong></td>
|
||||
<td>convertible to const_iterator,
|
||||
convertible to pointer</td>
|
||||
<td><div class="first last line-block">
|
||||
<div class="line">convertible to const_iterator
|
||||
convertible to pointer</div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>const_iterator</td>
|
||||
<td><strong>ConstexprRandomAccessIterator</strong></td>
|
||||
<td>convertible to const_pointer</td>
|
||||
</tr>
|
||||
<tr class="row-even"><td>reverse_iterator</td>
|
||||
<td>sprout::reverse_iterator<iterator>,
|
||||
<strong>ConstexprRandomAccessIterator</strong></td>
|
||||
<td><div class="first last line-block">
|
||||
<div class="line">sprout::reverse_iterator<iterator>
|
||||
<strong>ConstexprRandomAccessIterator</strong></div>
|
||||
</div>
|
||||
</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td>const_reverse_iterator</td>
|
||||
<td>sprout::reverse_iterator<const_iterator>,
|
||||
<strong>ConstexprRandomAccessIterator</strong></td>
|
||||
<td><div class="first last line-block">
|
||||
<div class="line">sprout::reverse_iterator<const_iterator>
|
||||
<strong>ConstexprRandomAccessIterator</strong></div>
|
||||
</div>
|
||||
</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -208,8 +217,8 @@ convertible to pointer</td>
|
|||
<h4>construct/copy/destroy<a class="headerlink" href="#construct-copy-destroy" title="Permalink to this headline">¶</a></h4>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="34%" />
|
||||
<col width="66%" />
|
||||
<col width="33%" />
|
||||
<col width="67%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">function</th>
|
||||
|
@ -230,8 +239,8 @@ convertible to pointer</td>
|
|||
<h4>iterators<a class="headerlink" href="#iterators" title="Permalink to this headline">¶</a></h4>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="34%" />
|
||||
<col width="66%" />
|
||||
<col width="33%" />
|
||||
<col width="67%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">function</th>
|
||||
|
@ -270,8 +279,8 @@ convertible to pointer</td>
|
|||
<h4>capacity<a class="headerlink" href="#capacity" title="Permalink to this headline">¶</a></h4>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="34%" />
|
||||
<col width="66%" />
|
||||
<col width="33%" />
|
||||
<col width="67%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">function</th>
|
||||
|
@ -304,8 +313,8 @@ convertible to pointer</td>
|
|||
<h4>element access<a class="headerlink" href="#element-access" title="Permalink to this headline">¶</a></h4>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="34%" />
|
||||
<col width="66%" />
|
||||
<col width="33%" />
|
||||
<col width="67%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">function</th>
|
||||
|
@ -332,8 +341,8 @@ convertible to pointer</td>
|
|||
<h4>modifiers<a class="headerlink" href="#modifiers" title="Permalink to this headline">¶</a></h4>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="34%" />
|
||||
<col width="66%" />
|
||||
<col width="33%" />
|
||||
<col width="67%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">function</th>
|
||||
|
@ -354,8 +363,8 @@ convertible to pointer</td>
|
|||
<h4>string operations<a class="headerlink" href="#string-operations" title="Permalink to this headline">¶</a></h4>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="43%" />
|
||||
<col width="57%" />
|
||||
<col width="33%" />
|
||||
<col width="67%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">function</th>
|
||||
|
@ -400,8 +409,8 @@ convertible to pointer</td>
|
|||
<h4>conversions<a class="headerlink" href="#conversions" title="Permalink to this headline">¶</a></h4>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="50%" />
|
||||
<col width="50%" />
|
||||
<col width="33%" />
|
||||
<col width="67%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">function</th>
|
||||
|
@ -419,8 +428,8 @@ convertible to pointer</td>
|
|||
<h4>construct/copy/destroy (for string iterator)<a class="headerlink" href="#construct-copy-destroy-for-string-iterator" title="Permalink to this headline">¶</a></h4>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="43%" />
|
||||
<col width="57%" />
|
||||
<col width="33%" />
|
||||
<col width="67%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">function</th>
|
||||
|
@ -438,8 +447,8 @@ convertible to pointer</td>
|
|||
<h4>modifiers (for string iterator)<a class="headerlink" href="#modifiers-for-string-iterator" title="Permalink to this headline">¶</a></h4>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="34%" />
|
||||
<col width="66%" />
|
||||
<col width="33%" />
|
||||
<col width="67%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">function</th>
|
||||
|
@ -457,8 +466,8 @@ convertible to pointer</td>
|
|||
<h4>string operations (for string iterator)<a class="headerlink" href="#string-operations-for-string-iterator" title="Permalink to this headline">¶</a></h4>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="43%" />
|
||||
<col width="57%" />
|
||||
<col width="33%" />
|
||||
<col width="67%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr class="row-odd"><th class="head">function</th>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="length">
|
||||
<h1>length<a class="headerlink" href="#length" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-length"></span><h1>length<a class="headerlink" href="#length" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CONSTEXPR</span> <span class="n">size_type</span> <span class="n">length</span><span class="p">()</span> <span class="k">const</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="max-size">
|
||||
<h1>max_size<a class="headerlink" href="#max-size" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-max-size"></span><h1>max_size<a class="headerlink" href="#max-size" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CONSTEXPR</span> <span class="n">size_type</span> <span class="n">max_size</span><span class="p">()</span> <span class="k">const</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="operator">
|
||||
<h1>operator=<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-operator-assign-iterator"></span><h1>operator=<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">StringConstIterator</span><span class="o">></span>
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="operator">
|
||||
<h1>operator=<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-operator-assign"></span><h1>operator=<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CXX14_CONSTEXPR</span> <span class="n">basic_string</span><span class="o">&</span> <span class="k">operator</span><span class="o">=</span><span class="p">(</span><span class="n">basic_string</span> <span class="k">const</span><span class="o">&</span> <span class="n">rhs</span><span class="p">);</span>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="operator">
|
||||
<h1>operator==<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-operator-equal-to"></span><h1>operator==<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">T</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N1</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N2</span><span class="p">,</span> <span class="k">typename</span> <span class="n">Traits</span><span class="o">></span>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="operator">
|
||||
<h1>operator><a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-operator-greater"></span><h1>operator><a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">T</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N1</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N2</span><span class="p">,</span> <span class="k">typename</span> <span class="n">Traits</span><span class="o">></span>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="operator">
|
||||
<h1>operator>=<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-operator-greater-equal"></span><h1>operator>=<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">T</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N1</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N2</span><span class="p">,</span> <span class="k">typename</span> <span class="n">Traits</span><span class="o">></span>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="operator">
|
||||
<h1>operator<<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-operator-less"></span><h1>operator<<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">T</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N1</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N2</span><span class="p">,</span> <span class="k">typename</span> <span class="n">Traits</span><span class="o">></span>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="operator">
|
||||
<h1>operator<=<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-operator-less-equal"></span><h1>operator<=<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">T</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N1</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N2</span><span class="p">,</span> <span class="k">typename</span> <span class="n">Traits</span><span class="o">></span>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="operator">
|
||||
<h1>operator!=<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-operator-not-equal-to"></span><h1>operator!=<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">T</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N1</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N2</span><span class="p">,</span> <span class="k">typename</span> <span class="n">Traits</span><span class="o">></span>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="operator">
|
||||
<h1>operator+<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-operator-plus"></span><h1>operator+<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">T</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N</span><span class="p">,</span> <span class="k">typename</span> <span class="n">Traits</span><span class="o">></span>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="operator-std-basic-string">
|
||||
<h1>operator std::basic_string<a class="headerlink" href="#operator-std-basic-string" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-operator-std-basic-string"></span><h1>operator std::basic_string<a class="headerlink" href="#operator-std-basic-string" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">Allocator</span><span class="o">></span>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="operator">
|
||||
<h1>operator[]<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-operator-subscript"></span><h1>operator[]<a class="headerlink" href="#operator" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CXX14_CONSTEXPR</span> <span class="n">reference</span> <span class="k">operator</span><span class="p">[](</span><span class="n">size_type</span> <span class="n">n</span><span class="p">);</span>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="rbegin">
|
||||
<h1>rbegin<a class="headerlink" href="#rbegin" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-rbegin"></span><h1>rbegin<a class="headerlink" href="#rbegin" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CXX14_CONSTEXPR</span> <span class="n">reverse_iterator</span> <span class="n">rbegin</span><span class="p">()</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="rend">
|
||||
<h1>rend<a class="headerlink" href="#rend" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-rend"></span><h1>rend<a class="headerlink" href="#rend" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CXX14_CONSTEXPR</span> <span class="n">reverse_iterator</span> <span class="n">rend</span><span class="p">()</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="resize">
|
||||
<h1>resize<a class="headerlink" href="#resize" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-resize"></span><h1>resize<a class="headerlink" href="#resize" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CXX14_CONSTEXPR</span> <span class="kt">void</span> <span class="n">resize</span><span class="p">(</span><span class="n">size_type</span> <span class="n">n</span><span class="p">,</span> <span class="n">value_type</span> <span class="n">c</span><span class="p">);</span>
|
||||
|
@ -126,7 +126,7 @@
|
|||
<div class="section" id="effects">
|
||||
<h2>Effects<a class="headerlink" href="#effects" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line">Alters the length of the string designated by <a href="#id1"><span class="problematic" id="id2">*</span></a>this as follows:
|
||||
<div class="line">Alters the length of the string designated by <tt class="docutils literal"><span class="pre">*this</span></tt> as follows:
|
||||
* If <tt class="docutils literal"><span class="pre">n</span> <span class="pre"><=</span> <span class="pre">size()</span></tt>, the function replaces the string designated by <tt class="docutils literal"><span class="pre">*this</span></tt> with a string of length n whose elements are a copy of the initial elements of the original string designated by <tt class="docutils literal"><span class="pre">*this</span></tt>.
|
||||
* If <tt class="docutils literal"><span class="pre">n</span> <span class="pre">></span> <span class="pre">size()</span></tt>, the function replaces the string designated by <tt class="docutils literal"><span class="pre">*this</span></tt> with a string of length n whose first size() elements are a copy of the original string designated by <tt class="docutils literal"><span class="pre">*this</span></tt>, and whose remaining elements are all initialized to c.</div>
|
||||
</div>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="size">
|
||||
<h1>size<a class="headerlink" href="#size" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-size"></span><h1>size<a class="headerlink" href="#size" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CONSTEXPR</span> <span class="n">size_type</span> <span class="n">size</span><span class="p">()</span> <span class="k">const</span> <span class="n">SPROUT_NOEXCEPT</span><span class="p">;</span>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="std-hash">
|
||||
<h1>std::hash<a class="headerlink" href="#std-hash" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-std-hash"></span><h1>std::hash<a class="headerlink" href="#std-hash" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">namespace</span> <span class="n">std</span> <span class="p">{</span>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="std-tuple-element">
|
||||
<h1>std::tuple_element<a class="headerlink" href="#std-tuple-element" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-std-tuple-element"></span><h1>std::tuple_element<a class="headerlink" href="#std-tuple-element" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">namespace</span> <span class="n">std</span> <span class="p">{</span>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="std-tuple-size">
|
||||
<h1>std::tuple_size<a class="headerlink" href="#std-tuple-size" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-std-tuple-size"></span><h1>std::tuple_size<a class="headerlink" href="#std-tuple-size" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">namespace</span> <span class="n">std</span> <span class="p">{</span>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="substr">
|
||||
<h1>substr<a class="headerlink" href="#substr" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-substr"></span><h1>substr<a class="headerlink" href="#substr" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CONSTEXPR</span> <span class="n">basic_string</span> <span class="n">substr</span><span class="p">(</span><span class="n">size_type</span> <span class="n">pos</span> <span class="o">=</span> <span class="mi">0</span><span class="p">,</span> <span class="n">size_type</span> <span class="n">n</span> <span class="o">=</span> <span class="n">npos</span><span class="p">)</span> <span class="k">const</span><span class="p">;</span>
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="swap">
|
||||
<h1>swap<a class="headerlink" href="#swap" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-swap-global"></span><h1>swap<a class="headerlink" href="#swap" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="k">typename</span> <span class="n">T</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N</span><span class="p">,</span> <span class="k">typename</span> <span class="n">Traits</span><span class="o">></span>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="swap">
|
||||
<h1>swap<a class="headerlink" href="#swap" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-swap"></span><h1>swap<a class="headerlink" href="#swap" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="n">SPROUT_CXX14_CONSTEXPR</span> <span class="kt">void</span> <span class="n">swap</span><span class="p">(</span><span class="n">basic_string</span><span class="o">&</span> <span class="n">s</span><span class="p">)</span> <span class="n">SPROUT_NOEXCEPT_EXPR</span><span class="p">(</span><span class="n">SPROUT_NOEXCEPT_EXPR</span><span class="p">(</span><span class="n">std</span><span class="o">::</span><span class="n">swap</span><span class="p">(</span><span class="n">std</span><span class="o">::</span><span class="n">declval</span><span class="o"><</span><span class="n">T</span><span class="o">&></span><span class="p">(),</span> <span class="n">std</span><span class="o">::</span><span class="n">declval</span><span class="o"><</span><span class="n">T</span><span class="o">&></span><span class="p">())));</span>
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
<div class="body">
|
||||
|
||||
<div class="section" id="tuple-get">
|
||||
<h1>tuple_get<a class="headerlink" href="#tuple-get" title="Permalink to this headline">¶</a></h1>
|
||||
<span id="sprout-string-basic-string-tuple-get"></span><h1>tuple_get<a class="headerlink" href="#tuple-get" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="section" id="interface">
|
||||
<h2>Interface<a class="headerlink" href="#interface" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="highlight-c++"><div class="highlight"><pre><span class="k">template</span><span class="o"><</span><span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">I</span><span class="p">,</span> <span class="k">typename</span> <span class="n">T</span><span class="p">,</span> <span class="n">std</span><span class="o">::</span><span class="n">size_t</span> <span class="n">N</span><span class="p">,</span> <span class="k">typename</span> <span class="n">Traits</span><span class="o">></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue