mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-07-02 14:04:09 +00:00
add doc: basic_astring operator=
This commit is contained in:
parent
5af5e8c300
commit
5f453b10f6
9 changed files with 385 additions and 52 deletions
|
@ -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="Sprout.String" href="../index.html" />
|
||||
<link rel="next" title="begin" href="begin.html" />
|
||||
<link rel="next" title="operator=" href="operator-assign.html" />
|
||||
<link rel="prev" title="assign" href="../char_traits/assign-iterator.html" />
|
||||
</head>
|
||||
<body>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<a href="../../../genindex.html" title="General Index"
|
||||
accesskey="I">index</a></li>
|
||||
<li class="right" >
|
||||
<a href="begin.html" title="begin"
|
||||
<a href="operator-assign.html" title="operator="
|
||||
accesskey="N">next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="../char_traits/assign-iterator.html" title="assign"
|
||||
|
@ -92,8 +92,8 @@
|
|||
<p class="topless"><a href="../char_traits/assign-iterator.html"
|
||||
title="previous chapter">assign</a></p>
|
||||
<h4>Next topic</h4>
|
||||
<p class="topless"><a href="begin.html"
|
||||
title="next chapter">begin</a></p>
|
||||
<p class="topless"><a href="operator-assign.html"
|
||||
title="next chapter">operator=</a></p>
|
||||
<h3>This Page</h3>
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="../../../_sources/libs/string/basic_string/index.txt"
|
||||
|
@ -220,7 +220,7 @@ convertible to pointer</td>
|
|||
<tr class="row-even"><td><tt class="xref doc docutils literal"><span class="pre">(constructor)</span></tt></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr class="row-odd"><td><tt class="xref doc docutils literal"><span class="pre">operator=</span></tt></td>
|
||||
<tr class="row-odd"><td><a class="reference internal" href="operator-assign.html"><em>operator=</em></a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -698,7 +698,7 @@ convertible to pointer</td>
|
|||
<a href="../../../genindex.html" title="General Index"
|
||||
>index</a></li>
|
||||
<li class="right" >
|
||||
<a href="begin.html" title="begin"
|
||||
<a href="operator-assign.html" title="operator="
|
||||
>next</a> |</li>
|
||||
<li class="right" >
|
||||
<a href="../char_traits/assign-iterator.html" title="assign"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue