Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > c74ab286c3d46f9b82671d206e43a74b > files > 1492

libstdc++-docs-4.6.3-2.fc15.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>libstdc++: vstring.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">libstdc++</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('a01118.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">vstring.h</div>  </div>
</div>
<div class="contents">
<a href="a01118.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Versatile string -*- C++ -*-</span>
<a name="l00002"></a>00002 
<a name="l00003"></a>00003 <span class="comment">// Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011</span>
<a name="l00004"></a>00004 <span class="comment">// Free Software Foundation, Inc.</span>
<a name="l00005"></a>00005 <span class="comment">//</span>
<a name="l00006"></a>00006 <span class="comment">// This file is part of the GNU ISO C++ Library.  This library is free</span>
<a name="l00007"></a>00007 <span class="comment">// software; you can redistribute it and/or modify it under the</span>
<a name="l00008"></a>00008 <span class="comment">// terms of the GNU General Public License as published by the</span>
<a name="l00009"></a>00009 <span class="comment">// Free Software Foundation; either version 3, or (at your option)</span>
<a name="l00010"></a>00010 <span class="comment">// any later version.</span>
<a name="l00011"></a>00011 
<a name="l00012"></a>00012 <span class="comment">// This library is distributed in the hope that it will be useful,</span>
<a name="l00013"></a>00013 <span class="comment">// but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00014"></a>00014 <span class="comment">// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span>
<a name="l00015"></a>00015 <span class="comment">// GNU General Public License for more details.</span>
<a name="l00016"></a>00016 
<a name="l00017"></a>00017 <span class="comment">// Under Section 7 of GPL version 3, you are granted additional</span>
<a name="l00018"></a>00018 <span class="comment">// permissions described in the GCC Runtime Library Exception, version</span>
<a name="l00019"></a>00019 <span class="comment">// 3.1, as published by the Free Software Foundation.</span>
<a name="l00020"></a>00020 
<a name="l00021"></a>00021 <span class="comment">// You should have received a copy of the GNU General Public License and</span>
<a name="l00022"></a>00022 <span class="comment">// a copy of the GCC Runtime Library Exception along with this program;</span>
<a name="l00023"></a>00023 <span class="comment">// see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see</span>
<a name="l00024"></a>00024 <span class="comment">// &lt;http://www.gnu.org/licenses/&gt;.</span>
<a name="l00025"></a>00025 <span class="comment"></span>
<a name="l00026"></a>00026 <span class="comment">/** @file ext/vstring.h</span>
<a name="l00027"></a>00027 <span class="comment"> *  This file is a GNU extension to the Standard C++ Library.</span>
<a name="l00028"></a>00028 <span class="comment"> */</span>
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 <span class="preprocessor">#ifndef _VSTRING_H</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span><span class="preprocessor">#define _VSTRING_H 1</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span>
<a name="l00033"></a>00033 <span class="preprocessor">#pragma GCC system_header</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span>
<a name="l00035"></a>00035 <span class="preprocessor">#include &lt;<a class="code" href="a00906.html">initializer_list</a>&gt;</span>
<a name="l00036"></a>00036 <span class="preprocessor">#include &lt;<a class="code" href="a01121.html">ext/vstring_util.h</a>&gt;</span>
<a name="l00037"></a>00037 <span class="preprocessor">#include &lt;<a class="code" href="a01004.html">ext/rc_string_base.h</a>&gt;</span>
<a name="l00038"></a>00038 <span class="preprocessor">#include &lt;<a class="code" href="a01035.html">ext/sso_string_base.h</a>&gt;</span>
<a name="l00039"></a>00039 
<a name="l00040"></a>00040 <span class="keyword">namespace </span>__gnu_cxx _GLIBCXX_VISIBILITY(default)
<a name="l00041"></a>00041 {
<a name="l00042"></a>00042 _GLIBCXX_BEGIN_NAMESPACE_VERSION
<a name="l00043"></a>00043 <span class="comment"></span>
<a name="l00044"></a>00044 <span class="comment">  /**</span>
<a name="l00045"></a>00045 <span class="comment">   *  @class __versa_string vstring.h</span>
<a name="l00046"></a>00046 <span class="comment">   *  @brief  Template class __versa_string. </span>
<a name="l00047"></a>00047 <span class="comment">   *  @ingroup extensions</span>
<a name="l00048"></a>00048 <span class="comment">   *</span>
<a name="l00049"></a>00049 <span class="comment">   *  Data structure managing sequences of characters and</span>
<a name="l00050"></a>00050 <span class="comment">   *  character-like objects. </span>
<a name="l00051"></a>00051 <span class="comment">   */</span>
<a name="l00052"></a>00052   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l00053"></a>00053        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l00054"></a><a class="code" href="a00019.html">00054</a>     <span class="keyword">class </span><a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>
<a name="l00055"></a>00055     : <span class="keyword">private</span> _Base&lt;_CharT, _Traits, _Alloc&gt;
<a name="l00056"></a>00056     {
<a name="l00057"></a>00057       <span class="keyword">typedef</span> _Base&lt;_CharT, _Traits, _Alloc&gt;                __vstring_base;    
<a name="l00058"></a>00058       <span class="keyword">typedef</span> <span class="keyword">typename</span> __vstring_base::_CharT_alloc_type    _CharT_alloc_type;
<a name="l00059"></a>00059 
<a name="l00060"></a>00060       <span class="comment">// Types:</span>
<a name="l00061"></a>00061     <span class="keyword">public</span>:
<a name="l00062"></a>00062       <span class="keyword">typedef</span> _Traits                       traits_type;
<a name="l00063"></a>00063       <span class="keyword">typedef</span> <span class="keyword">typename</span> _Traits::char_type           value_type;
<a name="l00064"></a>00064       <span class="keyword">typedef</span> _Alloc                        allocator_type;
<a name="l00065"></a>00065       <span class="keyword">typedef</span> <span class="keyword">typename</span> _CharT_alloc_type::size_type     size_type;
<a name="l00066"></a>00066       <span class="keyword">typedef</span> <span class="keyword">typename</span> _CharT_alloc_type::difference_type   difference_type;
<a name="l00067"></a>00067       <span class="keyword">typedef</span> value_type&amp;                               reference;
<a name="l00068"></a>00068       <span class="keyword">typedef</span> <span class="keyword">const</span> value_type&amp;                             const_reference;
<a name="l00069"></a>00069       <span class="keyword">typedef</span> <span class="keyword">typename</span> _CharT_alloc_type::pointer       pointer;
<a name="l00070"></a>00070       <span class="keyword">typedef</span> <span class="keyword">typename</span> _CharT_alloc_type::const_pointer     const_pointer;
<a name="l00071"></a>00071       <span class="keyword">typedef</span> __gnu_cxx::__normal_iterator&lt;pointer, __versa_string&gt;  iterator;
<a name="l00072"></a>00072       <span class="keyword">typedef</span> __gnu_cxx::__normal_iterator&lt;const_pointer, __versa_string&gt;
<a name="l00073"></a>00073                                                             const_iterator;
<a name="l00074"></a>00074       <span class="keyword">typedef</span> <a class="code" href="a00693.html">std::reverse_iterator&lt;const_iterator&gt;</a> <a class="code" href="a00693.html">const_reverse_iterator</a>;
<a name="l00075"></a>00075       <span class="keyword">typedef</span> <a class="code" href="a00693.html">std::reverse_iterator&lt;iterator&gt;</a>           <a class="code" href="a00693.html">reverse_iterator</a>;
<a name="l00076"></a>00076 
<a name="l00077"></a>00077       <span class="comment">// Data Member (public):</span><span class="comment"></span>
<a name="l00078"></a>00078 <span class="comment">      ///  Value returned by various member functions when they fail.</span>
<a name="l00079"></a><a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790">00079</a> <span class="comment"></span>      <span class="keyword">static</span> <span class="keyword">const</span> size_type    <a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790" title="Value returned by various member functions when they fail.">npos</a> = <span class="keyword">static_cast&lt;</span>size_type<span class="keyword">&gt;</span>(-1);
<a name="l00080"></a>00080 
<a name="l00081"></a>00081     <span class="keyword">private</span>:
<a name="l00082"></a>00082       size_type
<a name="l00083"></a>00083       _M_check(size_type __pos, <span class="keyword">const</span> <span class="keywordtype">char</span>* __s)<span class="keyword"> const</span>
<a name="l00084"></a>00084 <span class="keyword">      </span>{
<a name="l00085"></a>00085     <span class="keywordflow">if</span> (__pos &gt; this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>())
<a name="l00086"></a>00086       std::__throw_out_of_range(__N(__s));
<a name="l00087"></a>00087     <span class="keywordflow">return</span> __pos;
<a name="l00088"></a>00088       }
<a name="l00089"></a>00089 
<a name="l00090"></a>00090       <span class="keywordtype">void</span>
<a name="l00091"></a>00091       _M_check_length(size_type __n1, size_type __n2, <span class="keyword">const</span> <span class="keywordtype">char</span>* __s)<span class="keyword"> const</span>
<a name="l00092"></a>00092 <span class="keyword">      </span>{
<a name="l00093"></a>00093     <span class="keywordflow">if</span> (this-&gt;<a class="code" href="a00019.html#a4689502c697068f11b93549534e152c4" title="Returns the size() of the largest possible string.">max_size</a>() - (this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>() - __n1) &lt; __n2)
<a name="l00094"></a>00094       std::__throw_length_error(__N(__s));
<a name="l00095"></a>00095       }
<a name="l00096"></a>00096 
<a name="l00097"></a>00097       <span class="comment">// NB: _M_limit doesn&#39;t check for a bad __pos value.</span>
<a name="l00098"></a>00098       size_type
<a name="l00099"></a>00099       _M_limit(size_type __pos, size_type __off)<span class="keyword"> const</span>
<a name="l00100"></a>00100 <span class="keyword">      </span>{
<a name="l00101"></a>00101     <span class="keyword">const</span> <span class="keywordtype">bool</span> __testoff =  __off &lt; this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>() - __pos;
<a name="l00102"></a>00102     <span class="keywordflow">return</span> __testoff ? __off : this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>() - __pos;
<a name="l00103"></a>00103       }
<a name="l00104"></a>00104 
<a name="l00105"></a>00105       <span class="comment">// True if _Rep and source do not overlap.</span>
<a name="l00106"></a>00106       <span class="keywordtype">bool</span>
<a name="l00107"></a>00107       _M_disjunct(<span class="keyword">const</span> _CharT* __s)<span class="keyword"> const</span>
<a name="l00108"></a>00108 <span class="keyword">      </span>{
<a name="l00109"></a>00109     <span class="keywordflow">return</span> (<a class="code" href="a00577.html" title="One of the comparison functors.">std::less&lt;const _CharT*&gt;</a>()(__s, this-&gt;_M_data())
<a name="l00110"></a>00110         || <a class="code" href="a00577.html" title="One of the comparison functors.">std::less&lt;const _CharT*&gt;</a>()(this-&gt;_M_data()
<a name="l00111"></a>00111                           + this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>(), __s));
<a name="l00112"></a>00112       }
<a name="l00113"></a>00113 
<a name="l00114"></a>00114       <span class="comment">// For the internal use we have functions similar to `begin&#39;/`end&#39;</span>
<a name="l00115"></a>00115       <span class="comment">// but they do not call _M_leak.</span>
<a name="l00116"></a>00116       iterator
<a name="l00117"></a>00117       _M_ibegin()<span class="keyword"> const</span>
<a name="l00118"></a>00118 <span class="keyword">      </span>{ <span class="keywordflow">return</span> iterator(this-&gt;_M_data()); }
<a name="l00119"></a>00119 
<a name="l00120"></a>00120       iterator
<a name="l00121"></a>00121       _M_iend()<span class="keyword"> const</span>
<a name="l00122"></a>00122 <span class="keyword">      </span>{ <span class="keywordflow">return</span> iterator(this-&gt;_M_data() + this-&gt;_M_length()); }
<a name="l00123"></a>00123 
<a name="l00124"></a>00124     <span class="keyword">public</span>:
<a name="l00125"></a>00125       <span class="comment">// Construct/copy/destroy:</span>
<a name="l00126"></a>00126       <span class="comment">// NB: We overload ctors in some cases instead of using default</span>
<a name="l00127"></a>00127       <span class="comment">// arguments, per 17.4.4.4 para. 2 item 2.</span>
<a name="l00128"></a>00128 <span class="comment"></span>
<a name="l00129"></a>00129 <span class="comment">      /**</span>
<a name="l00130"></a>00130 <span class="comment">       *  @brief  Default constructor creates an empty string.</span>
<a name="l00131"></a>00131 <span class="comment">       */</span>
<a name="l00132"></a><a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02">00132</a>       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>()
<a name="l00133"></a>00133       : __vstring_base() { }
<a name="l00134"></a>00134       <span class="comment"></span>
<a name="l00135"></a>00135 <span class="comment">      /**</span>
<a name="l00136"></a>00136 <span class="comment">       *  @brief  Construct an empty string using allocator @a a.</span>
<a name="l00137"></a>00137 <span class="comment">       */</span>
<a name="l00138"></a>00138       <span class="keyword">explicit</span>
<a name="l00139"></a><a class="code" href="a00019.html#accf5a9f9afe866f8a9c05e92b39c4bf8">00139</a>       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>(<span class="keyword">const</span> _Alloc&amp; __a)
<a name="l00140"></a>00140       : __vstring_base(__a) { }
<a name="l00141"></a>00141 
<a name="l00142"></a>00142       <span class="comment">// NB: per LWG issue 42, semantics different from IS:</span><span class="comment"></span>
<a name="l00143"></a>00143 <span class="comment">      /**</span>
<a name="l00144"></a>00144 <span class="comment">       *  @brief  Construct string with copy of value of @a str.</span>
<a name="l00145"></a>00145 <span class="comment">       *  @param  __str  Source string.</span>
<a name="l00146"></a>00146 <span class="comment">       */</span>
<a name="l00147"></a><a class="code" href="a00019.html#aea0b07c6aa21a88d3901301e5a2b88eb">00147</a>       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str)
<a name="l00148"></a>00148       : __vstring_base(__str) { }
<a name="l00149"></a>00149 
<a name="l00150"></a>00150 <span class="preprocessor">#ifdef __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00151"></a>00151 <span class="preprocessor"></span><span class="comment">      /**</span>
<a name="l00152"></a>00152 <span class="comment">       *  @brief  String move constructor.</span>
<a name="l00153"></a>00153 <span class="comment">       *  @param  __str  Source string.</span>
<a name="l00154"></a>00154 <span class="comment">       *</span>
<a name="l00155"></a>00155 <span class="comment">       *  The newly-constructed %string contains the exact contents of</span>
<a name="l00156"></a>00156 <span class="comment">       *  @a str.  The contents of @a str are a valid, but unspecified</span>
<a name="l00157"></a>00157 <span class="comment">       *  string.</span>
<a name="l00158"></a>00158 <span class="comment">       */</span>
<a name="l00159"></a><a class="code" href="a00019.html#a611dbd2e915734522082df7e917e990a">00159</a>       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>(<a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;&amp; __str)
<a name="l00160"></a>00160       : __vstring_base(std::move(__str)) { }
<a name="l00161"></a>00161 <span class="comment"></span>
<a name="l00162"></a>00162 <span class="comment">      /**</span>
<a name="l00163"></a>00163 <span class="comment">       *  @brief  Construct string from an initializer list.</span>
<a name="l00164"></a>00164 <span class="comment">       *  @param  __l  std::initializer_list of characters.</span>
<a name="l00165"></a>00165 <span class="comment">       *  @param  __a  Allocator to use (default is default allocator).</span>
<a name="l00166"></a>00166 <span class="comment">       */</span>
<a name="l00167"></a><a class="code" href="a00019.html#a6c16bfef8fe51b28730c8cfd95c7f3a5">00167</a>       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>(<a class="code" href="a00524.html" title="initializer_list">std::initializer_list&lt;_CharT&gt;</a> __l,
<a name="l00168"></a>00168              <span class="keyword">const</span> _Alloc&amp; __a = _Alloc())
<a name="l00169"></a>00169       : __vstring_base(__l.<a class="code" href="a00019.html#a934d161b79743d96b9abf8b1d02fe332">begin</a>(), __l.<a class="code" href="a00019.html#a99d7302c06f88b7d1d53c5486d12a31b">end</a>(), __a) { }
<a name="l00170"></a>00170 <span class="preprocessor">#endif</span>
<a name="l00171"></a>00171 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00172"></a>00172 <span class="comment">      /**</span>
<a name="l00173"></a>00173 <span class="comment">       *  @brief  Construct string as copy of a substring.</span>
<a name="l00174"></a>00174 <span class="comment">       *  @param  __str  Source string.</span>
<a name="l00175"></a>00175 <span class="comment">       *  @param  __pos  Index of first character to copy from.</span>
<a name="l00176"></a>00176 <span class="comment">       *  @param  __n  Number of characters to copy (default remainder).</span>
<a name="l00177"></a>00177 <span class="comment">       */</span>
<a name="l00178"></a><a class="code" href="a00019.html#aba9d18b5003b1134600125503d20aca9">00178</a>       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str, size_type __pos,
<a name="l00179"></a>00179              size_type __n = <a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790" title="Value returned by various member functions when they fail.">npos</a>)
<a name="l00180"></a>00180       : __vstring_base(__str._M_data()
<a name="l00181"></a>00181                + __str._M_check(__pos,
<a name="l00182"></a>00182                     <span class="stringliteral">&quot;__versa_string::__versa_string&quot;</span>),
<a name="l00183"></a>00183                __str._M_data() + __str._M_limit(__pos, __n)
<a name="l00184"></a>00184                + __pos, _Alloc()) { }
<a name="l00185"></a>00185 <span class="comment"></span>
<a name="l00186"></a>00186 <span class="comment">      /**</span>
<a name="l00187"></a>00187 <span class="comment">       *  @brief  Construct string as copy of a substring.</span>
<a name="l00188"></a>00188 <span class="comment">       *  @param  __str  Source string.</span>
<a name="l00189"></a>00189 <span class="comment">       *  @param  __pos  Index of first character to copy from.</span>
<a name="l00190"></a>00190 <span class="comment">       *  @param  __n  Number of characters to copy.</span>
<a name="l00191"></a>00191 <span class="comment">       *  @param  __a  Allocator to use.</span>
<a name="l00192"></a>00192 <span class="comment">       */</span>
<a name="l00193"></a><a class="code" href="a00019.html#abc0815a50d229e07ae85b8bb2090674b">00193</a>       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str, size_type __pos,
<a name="l00194"></a>00194              size_type __n, <span class="keyword">const</span> _Alloc&amp; __a)
<a name="l00195"></a>00195       : __vstring_base(__str._M_data()
<a name="l00196"></a>00196                + __str._M_check(__pos,
<a name="l00197"></a>00197                     <span class="stringliteral">&quot;__versa_string::__versa_string&quot;</span>),
<a name="l00198"></a>00198                __str._M_data() + __str._M_limit(__pos, __n)
<a name="l00199"></a>00199                + __pos, __a) { }
<a name="l00200"></a>00200 <span class="comment"></span>
<a name="l00201"></a>00201 <span class="comment">      /**</span>
<a name="l00202"></a>00202 <span class="comment">       *  @brief  Construct string initialized by a character array.</span>
<a name="l00203"></a>00203 <span class="comment">       *  @param  __s  Source character array.</span>
<a name="l00204"></a>00204 <span class="comment">       *  @param  __n  Number of characters to copy.</span>
<a name="l00205"></a>00205 <span class="comment">       *  @param  __a  Allocator to use (default is default allocator).</span>
<a name="l00206"></a>00206 <span class="comment">       *</span>
<a name="l00207"></a>00207 <span class="comment">       *  NB: @a __s must have at least @a __n characters, &#39;\\0&#39; has no special</span>
<a name="l00208"></a>00208 <span class="comment">       *  meaning.</span>
<a name="l00209"></a>00209 <span class="comment">       */</span>
<a name="l00210"></a><a class="code" href="a00019.html#a9e8157dc234be1b120e4bbedaa8ac0a0">00210</a>       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>(<span class="keyword">const</span> _CharT* __s, size_type __n,
<a name="l00211"></a>00211              <span class="keyword">const</span> _Alloc&amp; __a = _Alloc())
<a name="l00212"></a>00212       : __vstring_base(__s, __s + __n, __a) { }
<a name="l00213"></a>00213 <span class="comment"></span>
<a name="l00214"></a>00214 <span class="comment">      /**</span>
<a name="l00215"></a>00215 <span class="comment">       *  @brief  Construct string as copy of a C string.</span>
<a name="l00216"></a>00216 <span class="comment">       *  @param  __s  Source C string.</span>
<a name="l00217"></a>00217 <span class="comment">       *  @param  __a  Allocator to use (default is default allocator).</span>
<a name="l00218"></a>00218 <span class="comment">       */</span>
<a name="l00219"></a><a class="code" href="a00019.html#ab8705bfd60091cb1de24fea419bdea67">00219</a>       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>(<span class="keyword">const</span> _CharT* __s, <span class="keyword">const</span> _Alloc&amp; __a = _Alloc())
<a name="l00220"></a>00220       : __vstring_base(__s, __s ? __s + traits_type::<a class="code" href="a00019.html#a791c3acf3a47f9b4010a9a21c8b49be4" title="Returns the number of characters in the string, not including any null-termination.">length</a>(__s) :
<a name="l00221"></a>00221                __s + <a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790" title="Value returned by various member functions when they fail.">npos</a>, __a) { }
<a name="l00222"></a>00222 <span class="comment"></span>
<a name="l00223"></a>00223 <span class="comment">      /**</span>
<a name="l00224"></a>00224 <span class="comment">       *  @brief  Construct string as multiple characters.</span>
<a name="l00225"></a>00225 <span class="comment">       *  @param  __n  Number of characters.</span>
<a name="l00226"></a>00226 <span class="comment">       *  @param  __c  Character to use.</span>
<a name="l00227"></a>00227 <span class="comment">       *  @param  __a  Allocator to use (default is default allocator).</span>
<a name="l00228"></a>00228 <span class="comment">       */</span>
<a name="l00229"></a><a class="code" href="a00019.html#a9960793ce81ffc0589a9ad74f5ed6090">00229</a>       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>(size_type __n, _CharT __c, <span class="keyword">const</span> _Alloc&amp; __a = _Alloc())
<a name="l00230"></a>00230       : __vstring_base(__n, __c, __a) { }
<a name="l00231"></a>00231 <span class="comment"></span>
<a name="l00232"></a>00232 <span class="comment">      /**</span>
<a name="l00233"></a>00233 <span class="comment">       *  @brief  Construct string as copy of a range.</span>
<a name="l00234"></a>00234 <span class="comment">       *  @param  __beg  Start of range.</span>
<a name="l00235"></a>00235 <span class="comment">       *  @param  __end  End of range.</span>
<a name="l00236"></a>00236 <span class="comment">       *  @param  __a  Allocator to use (default is default allocator).</span>
<a name="l00237"></a>00237 <span class="comment">       */</span>
<a name="l00238"></a>00238       <span class="keyword">template</span>&lt;<span class="keyword">class</span> _InputIterator&gt;
<a name="l00239"></a><a class="code" href="a00019.html#ad7b6127f1c2607aeb83b51f8e2849875">00239</a>         <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>(_InputIterator __beg, _InputIterator __end,
<a name="l00240"></a>00240                <span class="keyword">const</span> _Alloc&amp; __a = _Alloc())
<a name="l00241"></a>00241     : __vstring_base(__beg, __end, __a) { }
<a name="l00242"></a>00242 <span class="comment"></span>
<a name="l00243"></a>00243 <span class="comment">      /**</span>
<a name="l00244"></a>00244 <span class="comment">       *  @brief  Destroy the string instance.</span>
<a name="l00245"></a>00245 <span class="comment">       */</span>
<a name="l00246"></a><a class="code" href="a00019.html#ae0d4221e950ba3d4636e9c3f327d8ac6">00246</a>       <a class="code" href="a00019.html#ae0d4221e950ba3d4636e9c3f327d8ac6" title="Destroy the string instance.">~__versa_string</a>() { } 
<a name="l00247"></a>00247 <span class="comment"></span>
<a name="l00248"></a>00248 <span class="comment">      /**</span>
<a name="l00249"></a>00249 <span class="comment">       *  @brief  Assign the value of @a str to this string.</span>
<a name="l00250"></a>00250 <span class="comment">       *  @param  __str  Source string.</span>
<a name="l00251"></a>00251 <span class="comment">       */</span>
<a name="l00252"></a>00252       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00253"></a><a class="code" href="a00019.html#a7bee901f7465419633250caa04983ef6">00253</a>       <a class="code" href="a00019.html#a7bee901f7465419633250caa04983ef6" title="Assign the value of str to this string.">operator=</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str) 
<a name="l00254"></a>00254       { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#a2f8201f5e82e07e27c2f39f13a1c04a9" title="Set value to contents of another string.">assign</a>(__str); }
<a name="l00255"></a>00255 
<a name="l00256"></a>00256 <span class="preprocessor">#ifdef __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00257"></a>00257 <span class="preprocessor"></span><span class="comment">      /**</span>
<a name="l00258"></a>00258 <span class="comment">       *  @brief  String move assignment operator.</span>
<a name="l00259"></a>00259 <span class="comment">       *  @param  __str  Source string.</span>
<a name="l00260"></a>00260 <span class="comment">       *</span>
<a name="l00261"></a>00261 <span class="comment">       *  The contents of @a __str are moved into this string (without</span>
<a name="l00262"></a>00262 <span class="comment">       *  copying).  @a __str is a valid, but unspecified string.</span>
<a name="l00263"></a>00263 <span class="comment">       */</span>
<a name="l00264"></a>00264       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00265"></a><a class="code" href="a00019.html#a0ed6b4d98d4d7df53cc604ab9380986a">00265</a>       <a class="code" href="a00019.html#a7bee901f7465419633250caa04983ef6" title="Assign the value of str to this string.">operator=</a>(<a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;&amp; __str)
<a name="l00266"></a>00266       {
<a name="l00267"></a>00267     <span class="comment">// NB: DR 1204.</span>
<a name="l00268"></a>00268     this-&gt;<a class="code" href="a00019.html#aa3d09e850cce48ae67aa5ec3cccbbec2" title="Swap contents with another string.">swap</a>(__str);
<a name="l00269"></a>00269     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00270"></a>00270       }
<a name="l00271"></a>00271 <span class="comment"></span>
<a name="l00272"></a>00272 <span class="comment">      /**</span>
<a name="l00273"></a>00273 <span class="comment">       *  @brief  Set value to string constructed from initializer list.</span>
<a name="l00274"></a>00274 <span class="comment">       *  @param  __l  std::initializer_list.</span>
<a name="l00275"></a>00275 <span class="comment">       */</span>
<a name="l00276"></a>00276       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00277"></a><a class="code" href="a00019.html#aa833376e55c1b6c75179e976043e6dd6">00277</a>       <a class="code" href="a00019.html#a7bee901f7465419633250caa04983ef6" title="Assign the value of str to this string.">operator=</a>(<a class="code" href="a00524.html" title="initializer_list">std::initializer_list&lt;_CharT&gt;</a> __l)
<a name="l00278"></a>00278       {
<a name="l00279"></a>00279     this-&gt;<a class="code" href="a00019.html#a2f8201f5e82e07e27c2f39f13a1c04a9" title="Set value to contents of another string.">assign</a>(__l.begin(), __l.end());
<a name="l00280"></a>00280     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00281"></a>00281       }
<a name="l00282"></a>00282 <span class="preprocessor">#endif</span>
<a name="l00283"></a>00283 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00284"></a>00284 <span class="comment">      /**</span>
<a name="l00285"></a>00285 <span class="comment">       *  @brief  Copy contents of @a __s into this string.</span>
<a name="l00286"></a>00286 <span class="comment">       *  @param  __s  Source null-terminated string.</span>
<a name="l00287"></a>00287 <span class="comment">       */</span>
<a name="l00288"></a>00288       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00289"></a><a class="code" href="a00019.html#a01f0f4f2476992da89a882cb4f35c52e">00289</a>       <a class="code" href="a00019.html#a7bee901f7465419633250caa04983ef6" title="Assign the value of str to this string.">operator=</a>(<span class="keyword">const</span> _CharT* __s) 
<a name="l00290"></a>00290       { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#a2f8201f5e82e07e27c2f39f13a1c04a9" title="Set value to contents of another string.">assign</a>(__s); }
<a name="l00291"></a>00291 <span class="comment"></span>
<a name="l00292"></a>00292 <span class="comment">      /**</span>
<a name="l00293"></a>00293 <span class="comment">       *  @brief  Set value to string of length 1.</span>
<a name="l00294"></a>00294 <span class="comment">       *  @param  __c  Source character.</span>
<a name="l00295"></a>00295 <span class="comment">       *</span>
<a name="l00296"></a>00296 <span class="comment">       *  Assigning to a character makes this string length 1 and</span>
<a name="l00297"></a>00297 <span class="comment">       *  (*this)[0] == @a __c.</span>
<a name="l00298"></a>00298 <span class="comment">       */</span>
<a name="l00299"></a>00299       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00300"></a><a class="code" href="a00019.html#aa1d106b3b5ff8313d6d646f9aec5adc6">00300</a>       <a class="code" href="a00019.html#a7bee901f7465419633250caa04983ef6" title="Assign the value of str to this string.">operator=</a>(_CharT __c) 
<a name="l00301"></a>00301       { 
<a name="l00302"></a>00302     this-&gt;<a class="code" href="a00019.html#a2f8201f5e82e07e27c2f39f13a1c04a9" title="Set value to contents of another string.">assign</a>(1, __c); 
<a name="l00303"></a>00303     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00304"></a>00304       }
<a name="l00305"></a>00305 
<a name="l00306"></a>00306       <span class="comment">// Iterators:</span><span class="comment"></span>
<a name="l00307"></a>00307 <span class="comment">      /**</span>
<a name="l00308"></a>00308 <span class="comment">       *  Returns a read/write iterator that points to the first character in</span>
<a name="l00309"></a>00309 <span class="comment">       *  the %string.  Unshares the string.</span>
<a name="l00310"></a>00310 <span class="comment">       */</span>
<a name="l00311"></a>00311       <a class="code" href="a00260.html" title="Common iterator class.">iterator</a>
<a name="l00312"></a><a class="code" href="a00019.html#a934d161b79743d96b9abf8b1d02fe332">00312</a>       <a class="code" href="a00019.html#a934d161b79743d96b9abf8b1d02fe332">begin</a>()
<a name="l00313"></a>00313       {
<a name="l00314"></a>00314     this-&gt;_M_leak();
<a name="l00315"></a>00315     <span class="keywordflow">return</span> iterator(this-&gt;_M_data());
<a name="l00316"></a>00316       }
<a name="l00317"></a>00317 <span class="comment"></span>
<a name="l00318"></a>00318 <span class="comment">      /**</span>
<a name="l00319"></a>00319 <span class="comment">       *  Returns a read-only (constant) iterator that points to the first</span>
<a name="l00320"></a>00320 <span class="comment">       *  character in the %string.</span>
<a name="l00321"></a>00321 <span class="comment">       */</span>
<a name="l00322"></a>00322       const_iterator
<a name="l00323"></a><a class="code" href="a00019.html#a07a9dfc33482212ec7dc1fdb5c9f39fb">00323</a>       <a class="code" href="a00019.html#a934d161b79743d96b9abf8b1d02fe332">begin</a>()<span class="keyword"> const</span>
<a name="l00324"></a>00324 <span class="keyword">      </span>{ <span class="keywordflow">return</span> const_iterator(this-&gt;_M_data()); }
<a name="l00325"></a>00325 <span class="comment"></span>
<a name="l00326"></a>00326 <span class="comment">      /**</span>
<a name="l00327"></a>00327 <span class="comment">       *  Returns a read/write iterator that points one past the last</span>
<a name="l00328"></a>00328 <span class="comment">       *  character in the %string.  Unshares the string.</span>
<a name="l00329"></a>00329 <span class="comment">       */</span>
<a name="l00330"></a>00330       <a class="code" href="a00260.html" title="Common iterator class.">iterator</a>
<a name="l00331"></a><a class="code" href="a00019.html#a99d7302c06f88b7d1d53c5486d12a31b">00331</a>       <a class="code" href="a00019.html#a99d7302c06f88b7d1d53c5486d12a31b">end</a>()
<a name="l00332"></a>00332       {
<a name="l00333"></a>00333     this-&gt;_M_leak();
<a name="l00334"></a>00334     <span class="keywordflow">return</span> iterator(this-&gt;_M_data() + this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>());
<a name="l00335"></a>00335       }
<a name="l00336"></a>00336 <span class="comment"></span>
<a name="l00337"></a>00337 <span class="comment">      /**</span>
<a name="l00338"></a>00338 <span class="comment">       *  Returns a read-only (constant) iterator that points one past the</span>
<a name="l00339"></a>00339 <span class="comment">       *  last character in the %string.</span>
<a name="l00340"></a>00340 <span class="comment">       */</span>
<a name="l00341"></a>00341       const_iterator
<a name="l00342"></a><a class="code" href="a00019.html#ae81c91bdd36855feba9b3e2a42a799c4">00342</a>       <a class="code" href="a00019.html#a99d7302c06f88b7d1d53c5486d12a31b">end</a>()<span class="keyword"> const</span>
<a name="l00343"></a>00343 <span class="keyword">      </span>{ <span class="keywordflow">return</span> const_iterator(this-&gt;_M_data() + this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>()); }
<a name="l00344"></a>00344 <span class="comment"></span>
<a name="l00345"></a>00345 <span class="comment">      /**</span>
<a name="l00346"></a>00346 <span class="comment">       *  Returns a read/write reverse iterator that points to the last</span>
<a name="l00347"></a>00347 <span class="comment">       *  character in the %string.  Iteration is done in reverse element</span>
<a name="l00348"></a>00348 <span class="comment">       *  order.  Unshares the string.</span>
<a name="l00349"></a>00349 <span class="comment">       */</span>
<a name="l00350"></a>00350       reverse_iterator
<a name="l00351"></a><a class="code" href="a00019.html#a4da06fd6df6e4f54b98d751c01cb85cb">00351</a>       <a class="code" href="a00019.html#a4da06fd6df6e4f54b98d751c01cb85cb">rbegin</a>()
<a name="l00352"></a>00352       { <span class="keywordflow">return</span> <a class="code" href="a00693.html">reverse_iterator</a>(this-&gt;<a class="code" href="a00019.html#a99d7302c06f88b7d1d53c5486d12a31b">end</a>()); }
<a name="l00353"></a>00353 <span class="comment"></span>
<a name="l00354"></a>00354 <span class="comment">      /**</span>
<a name="l00355"></a>00355 <span class="comment">       *  Returns a read-only (constant) reverse iterator that points</span>
<a name="l00356"></a>00356 <span class="comment">       *  to the last character in the %string.  Iteration is done in</span>
<a name="l00357"></a>00357 <span class="comment">       *  reverse element order.</span>
<a name="l00358"></a>00358 <span class="comment">       */</span>
<a name="l00359"></a>00359       const_reverse_iterator
<a name="l00360"></a><a class="code" href="a00019.html#a7abdd9cbb0a7ab0b935fc4e64313a178">00360</a>       <a class="code" href="a00019.html#a4da06fd6df6e4f54b98d751c01cb85cb">rbegin</a>()<span class="keyword"> const</span>
<a name="l00361"></a>00361 <span class="keyword">      </span>{ <span class="keywordflow">return</span> <a class="code" href="a00693.html">const_reverse_iterator</a>(this-&gt;<a class="code" href="a00019.html#a99d7302c06f88b7d1d53c5486d12a31b">end</a>()); }
<a name="l00362"></a>00362 <span class="comment"></span>
<a name="l00363"></a>00363 <span class="comment">      /**</span>
<a name="l00364"></a>00364 <span class="comment">       *  Returns a read/write reverse iterator that points to one before the</span>
<a name="l00365"></a>00365 <span class="comment">       *  first character in the %string.  Iteration is done in reverse</span>
<a name="l00366"></a>00366 <span class="comment">       *  element order.  Unshares the string.</span>
<a name="l00367"></a>00367 <span class="comment">       */</span>
<a name="l00368"></a>00368       reverse_iterator
<a name="l00369"></a><a class="code" href="a00019.html#a50ef7fdc21c945b628d3e7571dd45271">00369</a>       <a class="code" href="a00019.html#a50ef7fdc21c945b628d3e7571dd45271">rend</a>()
<a name="l00370"></a>00370       { <span class="keywordflow">return</span> <a class="code" href="a00693.html">reverse_iterator</a>(this-&gt;<a class="code" href="a00019.html#a934d161b79743d96b9abf8b1d02fe332">begin</a>()); }
<a name="l00371"></a>00371 <span class="comment"></span>
<a name="l00372"></a>00372 <span class="comment">      /**</span>
<a name="l00373"></a>00373 <span class="comment">       *  Returns a read-only (constant) reverse iterator that points</span>
<a name="l00374"></a>00374 <span class="comment">       *  to one before the first character in the %string.  Iteration</span>
<a name="l00375"></a>00375 <span class="comment">       *  is done in reverse element order.</span>
<a name="l00376"></a>00376 <span class="comment">       */</span>
<a name="l00377"></a>00377       const_reverse_iterator
<a name="l00378"></a><a class="code" href="a00019.html#a1f42e2d1047d0da262dcdb1aad84b9b8">00378</a>       <a class="code" href="a00019.html#a50ef7fdc21c945b628d3e7571dd45271">rend</a>()<span class="keyword"> const</span>
<a name="l00379"></a>00379 <span class="keyword">      </span>{ <span class="keywordflow">return</span> <a class="code" href="a00693.html">const_reverse_iterator</a>(this-&gt;<a class="code" href="a00019.html#a934d161b79743d96b9abf8b1d02fe332">begin</a>()); }
<a name="l00380"></a>00380 
<a name="l00381"></a>00381 <span class="preprocessor">#ifdef __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00382"></a>00382 <span class="preprocessor"></span><span class="comment">      /**</span>
<a name="l00383"></a>00383 <span class="comment">       *  Returns a read-only (constant) iterator that points to the first</span>
<a name="l00384"></a>00384 <span class="comment">       *  character in the %string.</span>
<a name="l00385"></a>00385 <span class="comment">       */</span>
<a name="l00386"></a>00386       const_iterator
<a name="l00387"></a><a class="code" href="a00019.html#af1df266a6ef17a1e405575415324206c">00387</a>       <a class="code" href="a00019.html#af1df266a6ef17a1e405575415324206c">cbegin</a>()<span class="keyword"> const</span>
<a name="l00388"></a>00388 <span class="keyword">      </span>{ <span class="keywordflow">return</span> const_iterator(this-&gt;_M_data()); }
<a name="l00389"></a>00389 <span class="comment"></span>
<a name="l00390"></a>00390 <span class="comment">      /**</span>
<a name="l00391"></a>00391 <span class="comment">       *  Returns a read-only (constant) iterator that points one past the</span>
<a name="l00392"></a>00392 <span class="comment">       *  last character in the %string.</span>
<a name="l00393"></a>00393 <span class="comment">       */</span>
<a name="l00394"></a>00394       const_iterator
<a name="l00395"></a><a class="code" href="a00019.html#a70b4a974311b47e30df67145dd93d18d">00395</a>       <a class="code" href="a00019.html#a70b4a974311b47e30df67145dd93d18d">cend</a>()<span class="keyword"> const</span>
<a name="l00396"></a>00396 <span class="keyword">      </span>{ <span class="keywordflow">return</span> const_iterator(this-&gt;_M_data() + this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>()); }
<a name="l00397"></a>00397 <span class="comment"></span>
<a name="l00398"></a>00398 <span class="comment">      /**</span>
<a name="l00399"></a>00399 <span class="comment">       *  Returns a read-only (constant) reverse iterator that points</span>
<a name="l00400"></a>00400 <span class="comment">       *  to the last character in the %string.  Iteration is done in</span>
<a name="l00401"></a>00401 <span class="comment">       *  reverse element order.</span>
<a name="l00402"></a>00402 <span class="comment">       */</span>
<a name="l00403"></a>00403       const_reverse_iterator
<a name="l00404"></a><a class="code" href="a00019.html#ab136a0f972c5f3351f7c78a26c202794">00404</a>       <a class="code" href="a00019.html#ab136a0f972c5f3351f7c78a26c202794">crbegin</a>()<span class="keyword"> const</span>
<a name="l00405"></a>00405 <span class="keyword">      </span>{ <span class="keywordflow">return</span> <a class="code" href="a00693.html">const_reverse_iterator</a>(this-&gt;<a class="code" href="a00019.html#a99d7302c06f88b7d1d53c5486d12a31b">end</a>()); }
<a name="l00406"></a>00406 <span class="comment"></span>
<a name="l00407"></a>00407 <span class="comment">      /**</span>
<a name="l00408"></a>00408 <span class="comment">       *  Returns a read-only (constant) reverse iterator that points</span>
<a name="l00409"></a>00409 <span class="comment">       *  to one before the first character in the %string.  Iteration</span>
<a name="l00410"></a>00410 <span class="comment">       *  is done in reverse element order.</span>
<a name="l00411"></a>00411 <span class="comment">       */</span>
<a name="l00412"></a>00412       const_reverse_iterator
<a name="l00413"></a><a class="code" href="a00019.html#a4e12e239a80675a7c5f469eed8e1cd47">00413</a>       <a class="code" href="a00019.html#a4e12e239a80675a7c5f469eed8e1cd47">crend</a>()<span class="keyword"> const</span>
<a name="l00414"></a>00414 <span class="keyword">      </span>{ <span class="keywordflow">return</span> <a class="code" href="a00693.html">const_reverse_iterator</a>(this-&gt;<a class="code" href="a00019.html#a934d161b79743d96b9abf8b1d02fe332">begin</a>()); }
<a name="l00415"></a>00415 <span class="preprocessor">#endif</span>
<a name="l00416"></a>00416 <span class="preprocessor"></span>
<a name="l00417"></a>00417     <span class="keyword">public</span>:
<a name="l00418"></a>00418       <span class="comment">// Capacity:</span><span class="comment"></span>
<a name="l00419"></a>00419 <span class="comment">      ///  Returns the number of characters in the string, not including any</span>
<a name="l00420"></a>00420 <span class="comment">      ///  null-termination.</span>
<a name="l00421"></a>00421 <span class="comment"></span>      size_type
<a name="l00422"></a><a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac">00422</a>       <a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>()<span class="keyword"> const</span>
<a name="l00423"></a>00423 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;_M_length(); }
<a name="l00424"></a>00424 <span class="comment"></span>
<a name="l00425"></a>00425 <span class="comment">      ///  Returns the number of characters in the string, not including any</span>
<a name="l00426"></a>00426 <span class="comment">      ///  null-termination.</span>
<a name="l00427"></a>00427 <span class="comment"></span>      size_type
<a name="l00428"></a><a class="code" href="a00019.html#a791c3acf3a47f9b4010a9a21c8b49be4">00428</a>       <a class="code" href="a00019.html#a791c3acf3a47f9b4010a9a21c8b49be4" title="Returns the number of characters in the string, not including any null-termination.">length</a>()<span class="keyword"> const</span>
<a name="l00429"></a>00429 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;_M_length(); }
<a name="l00430"></a>00430 <span class="comment"></span>
<a name="l00431"></a>00431 <span class="comment">      /// Returns the size() of the largest possible %string.</span>
<a name="l00432"></a>00432 <span class="comment"></span>      size_type
<a name="l00433"></a><a class="code" href="a00019.html#a4689502c697068f11b93549534e152c4">00433</a>       <a class="code" href="a00019.html#a4689502c697068f11b93549534e152c4" title="Returns the size() of the largest possible string.">max_size</a>()<span class="keyword"> const</span>
<a name="l00434"></a>00434 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;_M_max_size(); }
<a name="l00435"></a>00435 <span class="comment"></span>
<a name="l00436"></a>00436 <span class="comment">      /**</span>
<a name="l00437"></a>00437 <span class="comment">       *  @brief  Resizes the %string to the specified number of characters.</span>
<a name="l00438"></a>00438 <span class="comment">       *  @param  __n  Number of characters the %string should contain.</span>
<a name="l00439"></a>00439 <span class="comment">       *  @param  __c  Character to fill any new elements.</span>
<a name="l00440"></a>00440 <span class="comment">       *</span>
<a name="l00441"></a>00441 <span class="comment">       *  This function will %resize the %string to the specified</span>
<a name="l00442"></a>00442 <span class="comment">       *  number of characters.  If the number is smaller than the</span>
<a name="l00443"></a>00443 <span class="comment">       *  %string&#39;s current size the %string is truncated, otherwise</span>
<a name="l00444"></a>00444 <span class="comment">       *  the %string is extended and new elements are set to @a __c.</span>
<a name="l00445"></a>00445 <span class="comment">       */</span>
<a name="l00446"></a>00446       <span class="keywordtype">void</span>
<a name="l00447"></a>00447       <a class="code" href="a00019.html#a71062fb582528519cd66bbe96a89be13" title="Resizes the string to the specified number of characters.">resize</a>(size_type __n, _CharT __c);
<a name="l00448"></a>00448 <span class="comment"></span>
<a name="l00449"></a>00449 <span class="comment">      /**</span>
<a name="l00450"></a>00450 <span class="comment">       *  @brief  Resizes the %string to the specified number of characters.</span>
<a name="l00451"></a>00451 <span class="comment">       *  @param  __n  Number of characters the %string should contain.</span>
<a name="l00452"></a>00452 <span class="comment">       *</span>
<a name="l00453"></a>00453 <span class="comment">       *  This function will resize the %string to the specified</span>
<a name="l00454"></a>00454 <span class="comment">       *  length.  If the new size is smaller than the %string&#39;s</span>
<a name="l00455"></a>00455 <span class="comment">       *  current size the %string is truncated, otherwise the %string</span>
<a name="l00456"></a>00456 <span class="comment">       *  is extended and new characters are default-constructed.  For</span>
<a name="l00457"></a>00457 <span class="comment">       *  basic types such as char, this means setting them to 0.</span>
<a name="l00458"></a>00458 <span class="comment">       */</span>
<a name="l00459"></a>00459       <span class="keywordtype">void</span>
<a name="l00460"></a><a class="code" href="a00019.html#aab92cb1d9ba7c14d17cbf4a6a6578bbd">00460</a>       <a class="code" href="a00019.html#a71062fb582528519cd66bbe96a89be13" title="Resizes the string to the specified number of characters.">resize</a>(size_type __n)
<a name="l00461"></a>00461       { this-&gt;<a class="code" href="a00019.html#aab92cb1d9ba7c14d17cbf4a6a6578bbd" title="Resizes the string to the specified number of characters.">resize</a>(__n, _CharT()); }
<a name="l00462"></a>00462 
<a name="l00463"></a>00463 <span class="preprocessor">#ifdef __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00464"></a>00464 <span class="preprocessor"></span><span class="comment">      /// A non-binding request to reduce capacity() to size().</span>
<a name="l00465"></a>00465 <span class="comment"></span>      <span class="keywordtype">void</span>
<a name="l00466"></a><a class="code" href="a00019.html#ae25bbfd94fe2c00e95a2f40d114bf5ca">00466</a>       <a class="code" href="a00019.html#ae25bbfd94fe2c00e95a2f40d114bf5ca" title="A non-binding request to reduce capacity() to size().">shrink_to_fit</a>()
<a name="l00467"></a>00467       {
<a name="l00468"></a>00468     __try
<a name="l00469"></a>00469       { this-&gt;<a class="code" href="a00019.html#aec0611cbd406403c883086089c95a512" title="Attempt to preallocate enough memory for specified number of characters.">reserve</a>(0); }
<a name="l00470"></a>00470     __catch(...)
<a name="l00471"></a>00471       { }
<a name="l00472"></a>00472       }
<a name="l00473"></a>00473 <span class="preprocessor">#endif</span>
<a name="l00474"></a>00474 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00475"></a>00475 <span class="comment">      /**</span>
<a name="l00476"></a>00476 <span class="comment">       *  Returns the total number of characters that the %string can</span>
<a name="l00477"></a>00477 <span class="comment">       *  hold before needing to allocate more memory.</span>
<a name="l00478"></a>00478 <span class="comment">       */</span>
<a name="l00479"></a>00479       size_type
<a name="l00480"></a><a class="code" href="a00019.html#a0079f5dfa2da9073a515819e8fcb682e">00480</a>       <a class="code" href="a00019.html#a0079f5dfa2da9073a515819e8fcb682e">capacity</a>()<span class="keyword"> const</span>
<a name="l00481"></a>00481 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;_M_capacity(); }
<a name="l00482"></a>00482 <span class="comment"></span>
<a name="l00483"></a>00483 <span class="comment">      /**</span>
<a name="l00484"></a>00484 <span class="comment">       *  @brief  Attempt to preallocate enough memory for specified number of</span>
<a name="l00485"></a>00485 <span class="comment">       *          characters.</span>
<a name="l00486"></a>00486 <span class="comment">       *  @param  __res_arg  Number of characters required.</span>
<a name="l00487"></a>00487 <span class="comment">       *  @throw  std::length_error  If @a __res_arg exceeds @c max_size().</span>
<a name="l00488"></a>00488 <span class="comment">       *</span>
<a name="l00489"></a>00489 <span class="comment">       *  This function attempts to reserve enough memory for the</span>
<a name="l00490"></a>00490 <span class="comment">       *  %string to hold the specified number of characters.  If the</span>
<a name="l00491"></a>00491 <span class="comment">       *  number requested is more than max_size(), length_error is</span>
<a name="l00492"></a>00492 <span class="comment">       *  thrown.</span>
<a name="l00493"></a>00493 <span class="comment">       *</span>
<a name="l00494"></a>00494 <span class="comment">       *  The advantage of this function is that if optimal code is a</span>
<a name="l00495"></a>00495 <span class="comment">       *  necessity and the user can determine the string length that</span>
<a name="l00496"></a>00496 <span class="comment">       *  will be required, the user can reserve the memory in</span>
<a name="l00497"></a>00497 <span class="comment">       *  %advance, and thus prevent a possible reallocation of memory</span>
<a name="l00498"></a>00498 <span class="comment">       *  and copying of %string data.</span>
<a name="l00499"></a>00499 <span class="comment">       */</span>
<a name="l00500"></a>00500       <span class="keywordtype">void</span>
<a name="l00501"></a><a class="code" href="a00019.html#aec0611cbd406403c883086089c95a512">00501</a>       <a class="code" href="a00019.html#aec0611cbd406403c883086089c95a512" title="Attempt to preallocate enough memory for specified number of characters.">reserve</a>(size_type __res_arg = 0)
<a name="l00502"></a>00502       { this-&gt;_M_reserve(__res_arg); }
<a name="l00503"></a>00503 <span class="comment"></span>
<a name="l00504"></a>00504 <span class="comment">      /**</span>
<a name="l00505"></a>00505 <span class="comment">       *  Erases the string, making it empty.</span>
<a name="l00506"></a>00506 <span class="comment">       */</span>
<a name="l00507"></a>00507       <span class="keywordtype">void</span>
<a name="l00508"></a><a class="code" href="a00019.html#a6211c3e7387ed9d047d0687de17235fb">00508</a>       <a class="code" href="a00019.html#a6211c3e7387ed9d047d0687de17235fb">clear</a>()
<a name="l00509"></a>00509       { this-&gt;_M_clear(); }
<a name="l00510"></a>00510 <span class="comment"></span>
<a name="l00511"></a>00511 <span class="comment">      /**</span>
<a name="l00512"></a>00512 <span class="comment">       *  Returns true if the %string is empty.  Equivalent to </span>
<a name="l00513"></a>00513 <span class="comment">       *  &lt;code&gt;*this == &quot;&quot;&lt;/code&gt;.</span>
<a name="l00514"></a>00514 <span class="comment">       */</span>
<a name="l00515"></a>00515       <span class="keywordtype">bool</span>
<a name="l00516"></a><a class="code" href="a00019.html#a5113ce174650544355cba2d554fea0a7">00516</a>       <a class="code" href="a00019.html#a5113ce174650544355cba2d554fea0a7">empty</a>()<span class="keyword"> const</span>
<a name="l00517"></a>00517 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>() == 0; }
<a name="l00518"></a>00518 
<a name="l00519"></a>00519       <span class="comment">// Element access:</span><span class="comment"></span>
<a name="l00520"></a>00520 <span class="comment">      /**</span>
<a name="l00521"></a>00521 <span class="comment">       *  @brief  Subscript access to the data contained in the %string.</span>
<a name="l00522"></a>00522 <span class="comment">       *  @param  __pos  The index of the character to access.</span>
<a name="l00523"></a>00523 <span class="comment">       *  @return  Read-only (constant) reference to the character.</span>
<a name="l00524"></a>00524 <span class="comment">       *</span>
<a name="l00525"></a>00525 <span class="comment">       *  This operator allows for easy, array-style, data access.</span>
<a name="l00526"></a>00526 <span class="comment">       *  Note that data access with this operator is unchecked and</span>
<a name="l00527"></a>00527 <span class="comment">       *  out_of_range lookups are not defined. (For checked lookups</span>
<a name="l00528"></a>00528 <span class="comment">       *  see at().)</span>
<a name="l00529"></a>00529 <span class="comment">       */</span>
<a name="l00530"></a>00530       const_reference
<a name="l00531"></a><a class="code" href="a00019.html#af0d982bd36de574ef76cb40c549b0965">00531</a>       <a class="code" href="a00019.html#af0d982bd36de574ef76cb40c549b0965" title="Subscript access to the data contained in the string.">operator[] </a>(size_type __pos)<span class="keyword"> const</span>
<a name="l00532"></a>00532 <span class="keyword">      </span>{
<a name="l00533"></a>00533     _GLIBCXX_DEBUG_ASSERT(__pos &lt;= this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>());
<a name="l00534"></a>00534     <span class="keywordflow">return</span> this-&gt;_M_data()[__pos];
<a name="l00535"></a>00535       }
<a name="l00536"></a>00536 <span class="comment"></span>
<a name="l00537"></a>00537 <span class="comment">      /**</span>
<a name="l00538"></a>00538 <span class="comment">       *  @brief  Subscript access to the data contained in the %string.</span>
<a name="l00539"></a>00539 <span class="comment">       *  @param  __pos  The index of the character to access.</span>
<a name="l00540"></a>00540 <span class="comment">       *  @return  Read/write reference to the character.</span>
<a name="l00541"></a>00541 <span class="comment">       *</span>
<a name="l00542"></a>00542 <span class="comment">       *  This operator allows for easy, array-style, data access.</span>
<a name="l00543"></a>00543 <span class="comment">       *  Note that data access with this operator is unchecked and</span>
<a name="l00544"></a>00544 <span class="comment">       *  out_of_range lookups are not defined. (For checked lookups</span>
<a name="l00545"></a>00545 <span class="comment">       *  see at().)  Unshares the string.</span>
<a name="l00546"></a>00546 <span class="comment">       */</span>
<a name="l00547"></a>00547       reference
<a name="l00548"></a><a class="code" href="a00019.html#a1e83360c2f226377628fe783f0dc382a">00548</a>       <a class="code" href="a00019.html#af0d982bd36de574ef76cb40c549b0965" title="Subscript access to the data contained in the string.">operator[]</a>(size_type __pos)
<a name="l00549"></a>00549       {
<a name="l00550"></a>00550         <span class="comment">// allow pos == size() as v3 extension:</span>
<a name="l00551"></a>00551     _GLIBCXX_DEBUG_ASSERT(__pos &lt;= this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>());
<a name="l00552"></a>00552         <span class="comment">// but be strict in pedantic mode:</span>
<a name="l00553"></a>00553     _GLIBCXX_DEBUG_PEDASSERT(__pos &lt; this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>());
<a name="l00554"></a>00554     this-&gt;_M_leak();
<a name="l00555"></a>00555     <span class="keywordflow">return</span> this-&gt;_M_data()[__pos];
<a name="l00556"></a>00556       }
<a name="l00557"></a>00557 <span class="comment"></span>
<a name="l00558"></a>00558 <span class="comment">      /**</span>
<a name="l00559"></a>00559 <span class="comment">       *  @brief  Provides access to the data contained in the %string.</span>
<a name="l00560"></a>00560 <span class="comment">       *  @param __n The index of the character to access.</span>
<a name="l00561"></a>00561 <span class="comment">       *  @return  Read-only (const) reference to the character.</span>
<a name="l00562"></a>00562 <span class="comment">       *  @throw  std::out_of_range  If @a __n is an invalid index.</span>
<a name="l00563"></a>00563 <span class="comment">       *</span>
<a name="l00564"></a>00564 <span class="comment">       *  This function provides for safer data access.  The parameter</span>
<a name="l00565"></a>00565 <span class="comment">       *  is first checked that it is in the range of the string.  The</span>
<a name="l00566"></a>00566 <span class="comment">       *  function throws out_of_range if the check fails.</span>
<a name="l00567"></a>00567 <span class="comment">       */</span>
<a name="l00568"></a>00568       const_reference
<a name="l00569"></a><a class="code" href="a00019.html#ace7f8ce3f388f25bd9b1c16687059988">00569</a>       <a class="code" href="a00019.html#ace7f8ce3f388f25bd9b1c16687059988" title="Provides access to the data contained in the string.">at</a>(size_type __n)<span class="keyword"> const</span>
<a name="l00570"></a>00570 <span class="keyword">      </span>{
<a name="l00571"></a>00571     <span class="keywordflow">if</span> (__n &gt;= this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>())
<a name="l00572"></a>00572       std::__throw_out_of_range(__N(<span class="stringliteral">&quot;__versa_string::at&quot;</span>));
<a name="l00573"></a>00573     <span class="keywordflow">return</span> this-&gt;_M_data()[__n];
<a name="l00574"></a>00574       }
<a name="l00575"></a>00575 <span class="comment"></span>
<a name="l00576"></a>00576 <span class="comment">      /**</span>
<a name="l00577"></a>00577 <span class="comment">       *  @brief  Provides access to the data contained in the %string.</span>
<a name="l00578"></a>00578 <span class="comment">       *  @param __n The index of the character to access.</span>
<a name="l00579"></a>00579 <span class="comment">       *  @return  Read/write reference to the character.</span>
<a name="l00580"></a>00580 <span class="comment">       *  @throw  std::out_of_range  If @a __n is an invalid index.</span>
<a name="l00581"></a>00581 <span class="comment">       *</span>
<a name="l00582"></a>00582 <span class="comment">       *  This function provides for safer data access.  The parameter</span>
<a name="l00583"></a>00583 <span class="comment">       *  is first checked that it is in the range of the string.  The</span>
<a name="l00584"></a>00584 <span class="comment">       *  function throws out_of_range if the check fails.  Success</span>
<a name="l00585"></a>00585 <span class="comment">       *  results in unsharing the string.</span>
<a name="l00586"></a>00586 <span class="comment">       */</span>
<a name="l00587"></a>00587       reference
<a name="l00588"></a><a class="code" href="a00019.html#a918448764b4f015d1ef5823415115db0">00588</a>       <a class="code" href="a00019.html#ace7f8ce3f388f25bd9b1c16687059988" title="Provides access to the data contained in the string.">at</a>(size_type __n)
<a name="l00589"></a>00589       {
<a name="l00590"></a>00590     <span class="keywordflow">if</span> (__n &gt;= this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>())
<a name="l00591"></a>00591       std::__throw_out_of_range(__N(<span class="stringliteral">&quot;__versa_string::at&quot;</span>));
<a name="l00592"></a>00592     this-&gt;_M_leak();
<a name="l00593"></a>00593     <span class="keywordflow">return</span> this-&gt;_M_data()[__n];
<a name="l00594"></a>00594       }
<a name="l00595"></a>00595 
<a name="l00596"></a>00596 <span class="preprocessor">#ifdef __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00597"></a>00597 <span class="preprocessor"></span><span class="comment">      /**</span>
<a name="l00598"></a>00598 <span class="comment">       *  Returns a read/write reference to the data at the first</span>
<a name="l00599"></a>00599 <span class="comment">       *  element of the %string.</span>
<a name="l00600"></a>00600 <span class="comment">       */</span>
<a name="l00601"></a>00601       reference
<a name="l00602"></a><a class="code" href="a00019.html#a2d316679dd355aaa397f6f16440cb646">00602</a>       <a class="code" href="a00019.html#a2d316679dd355aaa397f6f16440cb646">front</a>()
<a name="l00603"></a>00603       { <span class="keywordflow">return</span> <a class="code" href="a00019.html#af0d982bd36de574ef76cb40c549b0965" title="Subscript access to the data contained in the string.">operator[]</a>(0); }
<a name="l00604"></a>00604 <span class="comment"></span>
<a name="l00605"></a>00605 <span class="comment">      /**</span>
<a name="l00606"></a>00606 <span class="comment">       *  Returns a read-only (constant) reference to the data at the first</span>
<a name="l00607"></a>00607 <span class="comment">       *  element of the %string.</span>
<a name="l00608"></a>00608 <span class="comment">       */</span>
<a name="l00609"></a>00609       const_reference
<a name="l00610"></a><a class="code" href="a00019.html#a880a007b0629ff93bb25076a2cce6876">00610</a>       <a class="code" href="a00019.html#a2d316679dd355aaa397f6f16440cb646">front</a>()<span class="keyword"> const</span>
<a name="l00611"></a>00611 <span class="keyword">      </span>{ <span class="keywordflow">return</span> <a class="code" href="a00019.html#af0d982bd36de574ef76cb40c549b0965" title="Subscript access to the data contained in the string.">operator[]</a>(0); }
<a name="l00612"></a>00612 <span class="comment"></span>
<a name="l00613"></a>00613 <span class="comment">      /**</span>
<a name="l00614"></a>00614 <span class="comment">       *  Returns a read/write reference to the data at the last</span>
<a name="l00615"></a>00615 <span class="comment">       *  element of the %string.</span>
<a name="l00616"></a>00616 <span class="comment">       */</span>
<a name="l00617"></a>00617       reference
<a name="l00618"></a><a class="code" href="a00019.html#ad11947b29ffcd2d3d5c7ee6b88117742">00618</a>       <a class="code" href="a00019.html#ad11947b29ffcd2d3d5c7ee6b88117742">back</a>()
<a name="l00619"></a>00619       { <span class="keywordflow">return</span> <a class="code" href="a00019.html#af0d982bd36de574ef76cb40c549b0965" title="Subscript access to the data contained in the string.">operator[]</a>(this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>() - 1); }
<a name="l00620"></a>00620 <span class="comment"></span>
<a name="l00621"></a>00621 <span class="comment">      /**</span>
<a name="l00622"></a>00622 <span class="comment">       *  Returns a read-only (constant) reference to the data at the</span>
<a name="l00623"></a>00623 <span class="comment">       *  last element of the %string.</span>
<a name="l00624"></a>00624 <span class="comment">       */</span>
<a name="l00625"></a>00625       const_reference
<a name="l00626"></a><a class="code" href="a00019.html#ae7ae4ada9ab24956adc98c64e2ac6c56">00626</a>       <a class="code" href="a00019.html#ad11947b29ffcd2d3d5c7ee6b88117742">back</a>()<span class="keyword"> const</span>
<a name="l00627"></a>00627 <span class="keyword">      </span>{ <span class="keywordflow">return</span> <a class="code" href="a00019.html#af0d982bd36de574ef76cb40c549b0965" title="Subscript access to the data contained in the string.">operator[]</a>(this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>() - 1); }
<a name="l00628"></a>00628 <span class="preprocessor">#endif</span>
<a name="l00629"></a>00629 <span class="preprocessor"></span>
<a name="l00630"></a>00630       <span class="comment">// Modifiers:</span><span class="comment"></span>
<a name="l00631"></a>00631 <span class="comment">      /**</span>
<a name="l00632"></a>00632 <span class="comment">       *  @brief  Append a string to this string.</span>
<a name="l00633"></a>00633 <span class="comment">       *  @param __str  The string to append.</span>
<a name="l00634"></a>00634 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00635"></a>00635 <span class="comment">       */</span>
<a name="l00636"></a>00636       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00637"></a><a class="code" href="a00019.html#a4b8715fc8f6a53505b98b9b19b512453">00637</a>       <a class="code" href="a00019.html#a4b8715fc8f6a53505b98b9b19b512453" title="Append a string to this string.">operator+=</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str)
<a name="l00638"></a>00638       { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#a951ff9afc9f61474a79b0233ff010289" title="Append a string to this string.">append</a>(__str); }
<a name="l00639"></a>00639 <span class="comment"></span>
<a name="l00640"></a>00640 <span class="comment">      /**</span>
<a name="l00641"></a>00641 <span class="comment">       *  @brief  Append a C string.</span>
<a name="l00642"></a>00642 <span class="comment">       *  @param __s  The C string to append.</span>
<a name="l00643"></a>00643 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00644"></a>00644 <span class="comment">       */</span>
<a name="l00645"></a>00645       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00646"></a><a class="code" href="a00019.html#a79d20017299bbfc786b2d5540e5af61d">00646</a>       <a class="code" href="a00019.html#a4b8715fc8f6a53505b98b9b19b512453" title="Append a string to this string.">operator+=</a>(<span class="keyword">const</span> _CharT* __s)
<a name="l00647"></a>00647       { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#a951ff9afc9f61474a79b0233ff010289" title="Append a string to this string.">append</a>(__s); }
<a name="l00648"></a>00648 <span class="comment"></span>
<a name="l00649"></a>00649 <span class="comment">      /**</span>
<a name="l00650"></a>00650 <span class="comment">       *  @brief  Append a character.</span>
<a name="l00651"></a>00651 <span class="comment">       *  @param __c  The character to append.</span>
<a name="l00652"></a>00652 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00653"></a>00653 <span class="comment">       */</span>
<a name="l00654"></a>00654       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00655"></a><a class="code" href="a00019.html#ac14c7143cc1a4ed1ad31593b4a8da43b">00655</a>       <a class="code" href="a00019.html#a4b8715fc8f6a53505b98b9b19b512453" title="Append a string to this string.">operator+=</a>(_CharT __c)
<a name="l00656"></a>00656       { 
<a name="l00657"></a>00657     this-&gt;<a class="code" href="a00019.html#ae447c4a9eff875257d755a7f8f6d15f4" title="Append a single character.">push_back</a>(__c);
<a name="l00658"></a>00658     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00659"></a>00659       }
<a name="l00660"></a>00660 
<a name="l00661"></a>00661 <span class="preprocessor">#ifdef __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00662"></a>00662 <span class="preprocessor"></span><span class="comment">      /**</span>
<a name="l00663"></a>00663 <span class="comment">       *  @brief  Append an initializer_list of characters.</span>
<a name="l00664"></a>00664 <span class="comment">       *  @param __l  The initializer_list of characters to be appended.</span>
<a name="l00665"></a>00665 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00666"></a>00666 <span class="comment">       */</span>
<a name="l00667"></a>00667       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00668"></a><a class="code" href="a00019.html#a1a409030e39ba995df18fefc38525c2a">00668</a>       <a class="code" href="a00019.html#a4b8715fc8f6a53505b98b9b19b512453" title="Append a string to this string.">operator+=</a>(<a class="code" href="a00524.html" title="initializer_list">std::initializer_list&lt;_CharT&gt;</a> __l)
<a name="l00669"></a>00669       { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#a951ff9afc9f61474a79b0233ff010289" title="Append a string to this string.">append</a>(__l.begin(), __l.end()); }
<a name="l00670"></a>00670 <span class="preprocessor">#endif // __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00671"></a>00671 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00672"></a>00672 <span class="comment">      /**</span>
<a name="l00673"></a>00673 <span class="comment">       *  @brief  Append a string to this string.</span>
<a name="l00674"></a>00674 <span class="comment">       *  @param __str  The string to append.</span>
<a name="l00675"></a>00675 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00676"></a>00676 <span class="comment">       */</span>
<a name="l00677"></a>00677       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00678"></a><a class="code" href="a00019.html#a951ff9afc9f61474a79b0233ff010289">00678</a>       <a class="code" href="a00019.html#a951ff9afc9f61474a79b0233ff010289" title="Append a string to this string.">append</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str)
<a name="l00679"></a>00679       { <span class="keywordflow">return</span> _M_append(__str._M_data(), __str.<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>()); }
<a name="l00680"></a>00680 <span class="comment"></span>
<a name="l00681"></a>00681 <span class="comment">      /**</span>
<a name="l00682"></a>00682 <span class="comment">       *  @brief  Append a substring.</span>
<a name="l00683"></a>00683 <span class="comment">       *  @param __str  The string to append.</span>
<a name="l00684"></a>00684 <span class="comment">       *  @param __pos  Index of the first character of str to append.</span>
<a name="l00685"></a>00685 <span class="comment">       *  @param __n  The number of characters to append.</span>
<a name="l00686"></a>00686 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00687"></a>00687 <span class="comment">       *  @throw  std::out_of_range if @a pos is not a valid index.</span>
<a name="l00688"></a>00688 <span class="comment">       *</span>
<a name="l00689"></a>00689 <span class="comment">       *  This function appends @a __n characters from @a __str</span>
<a name="l00690"></a>00690 <span class="comment">       *  starting at @a __pos to this string.  If @a __n is is larger</span>
<a name="l00691"></a>00691 <span class="comment">       *  than the number of available characters in @a __str, the</span>
<a name="l00692"></a>00692 <span class="comment">       *  remainder of @a __str is appended.</span>
<a name="l00693"></a>00693 <span class="comment">       */</span>
<a name="l00694"></a>00694       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00695"></a><a class="code" href="a00019.html#ae5b284367d022a51a33e4118e25866bb">00695</a>       <a class="code" href="a00019.html#a951ff9afc9f61474a79b0233ff010289" title="Append a string to this string.">append</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str, size_type __pos, size_type __n)
<a name="l00696"></a>00696       { <span class="keywordflow">return</span> _M_append(__str._M_data()
<a name="l00697"></a>00697              + __str._M_check(__pos, <span class="stringliteral">&quot;__versa_string::append&quot;</span>),
<a name="l00698"></a>00698              __str._M_limit(__pos, __n)); }
<a name="l00699"></a>00699 <span class="comment"></span>
<a name="l00700"></a>00700 <span class="comment">      /**</span>
<a name="l00701"></a>00701 <span class="comment">       *  @brief  Append a C substring.</span>
<a name="l00702"></a>00702 <span class="comment">       *  @param __s  The C string to append.</span>
<a name="l00703"></a>00703 <span class="comment">       *  @param __n  The number of characters to append.</span>
<a name="l00704"></a>00704 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00705"></a>00705 <span class="comment">       */</span>
<a name="l00706"></a>00706       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00707"></a><a class="code" href="a00019.html#aea54d824534ee9f125a58ec9033cdd48">00707</a>       <a class="code" href="a00019.html#a951ff9afc9f61474a79b0233ff010289" title="Append a string to this string.">append</a>(<span class="keyword">const</span> _CharT* __s, size_type __n)
<a name="l00708"></a>00708       {
<a name="l00709"></a>00709     __glibcxx_requires_string_len(__s, __n);
<a name="l00710"></a>00710     _M_check_length(size_type(0), __n, <span class="stringliteral">&quot;__versa_string::append&quot;</span>);
<a name="l00711"></a>00711     <span class="keywordflow">return</span> _M_append(__s, __n);
<a name="l00712"></a>00712       }
<a name="l00713"></a>00713 <span class="comment"></span>
<a name="l00714"></a>00714 <span class="comment">      /**</span>
<a name="l00715"></a>00715 <span class="comment">       *  @brief  Append a C string.</span>
<a name="l00716"></a>00716 <span class="comment">       *  @param __s  The C string to append.</span>
<a name="l00717"></a>00717 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00718"></a>00718 <span class="comment">       */</span>
<a name="l00719"></a>00719       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00720"></a><a class="code" href="a00019.html#ae6d34116930903e7bc8354fe92ef8593">00720</a>       <a class="code" href="a00019.html#a951ff9afc9f61474a79b0233ff010289" title="Append a string to this string.">append</a>(<span class="keyword">const</span> _CharT* __s)
<a name="l00721"></a>00721       {
<a name="l00722"></a>00722     __glibcxx_requires_string(__s);
<a name="l00723"></a>00723     <span class="keyword">const</span> size_type __n = <a class="code" href="a00019.html#a791c3acf3a47f9b4010a9a21c8b49be4" title="Returns the number of characters in the string, not including any null-termination.">traits_type::length</a>(__s);
<a name="l00724"></a>00724     _M_check_length(size_type(0), __n, <span class="stringliteral">&quot;__versa_string::append&quot;</span>);
<a name="l00725"></a>00725     <span class="keywordflow">return</span> _M_append(__s, __n);
<a name="l00726"></a>00726       }
<a name="l00727"></a>00727 <span class="comment"></span>
<a name="l00728"></a>00728 <span class="comment">      /**</span>
<a name="l00729"></a>00729 <span class="comment">       *  @brief  Append multiple characters.</span>
<a name="l00730"></a>00730 <span class="comment">       *  @param __n  The number of characters to append.</span>
<a name="l00731"></a>00731 <span class="comment">       *  @param __c  The character to use.</span>
<a name="l00732"></a>00732 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00733"></a>00733 <span class="comment">       *</span>
<a name="l00734"></a>00734 <span class="comment">       *  Appends n copies of c to this string.</span>
<a name="l00735"></a>00735 <span class="comment">       */</span>
<a name="l00736"></a>00736       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00737"></a><a class="code" href="a00019.html#a3fb56cb34ced33afd4b5c53b30c10a46">00737</a>       <a class="code" href="a00019.html#a951ff9afc9f61474a79b0233ff010289" title="Append a string to this string.">append</a>(size_type __n, _CharT __c)
<a name="l00738"></a>00738       { <span class="keywordflow">return</span> _M_replace_aux(this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>(), size_type(0), __n, __c); }
<a name="l00739"></a>00739 
<a name="l00740"></a>00740 <span class="preprocessor">#ifdef __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00741"></a>00741 <span class="preprocessor"></span><span class="comment">      /**</span>
<a name="l00742"></a>00742 <span class="comment">       *  @brief  Append an initializer_list of characters.</span>
<a name="l00743"></a>00743 <span class="comment">       *  @param __l  The initializer_list of characters to append.</span>
<a name="l00744"></a>00744 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00745"></a>00745 <span class="comment">       */</span>
<a name="l00746"></a>00746       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00747"></a><a class="code" href="a00019.html#a4f19cd669d7f21d93f5fb36ba8384e65">00747</a>       <a class="code" href="a00019.html#a951ff9afc9f61474a79b0233ff010289" title="Append a string to this string.">append</a>(<a class="code" href="a00524.html" title="initializer_list">std::initializer_list&lt;_CharT&gt;</a> __l)
<a name="l00748"></a>00748       { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#a4f19cd669d7f21d93f5fb36ba8384e65" title="Append an initializer_list of characters.">append</a>(__l.begin(), __l.end()); }
<a name="l00749"></a>00749 <span class="preprocessor">#endif // __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00750"></a>00750 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00751"></a>00751 <span class="comment">      /**</span>
<a name="l00752"></a>00752 <span class="comment">       *  @brief  Append a range of characters.</span>
<a name="l00753"></a>00753 <span class="comment">       *  @param __first  Iterator referencing the first character to append.</span>
<a name="l00754"></a>00754 <span class="comment">       *  @param __last  Iterator marking the end of the range.</span>
<a name="l00755"></a>00755 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00756"></a>00756 <span class="comment">       *</span>
<a name="l00757"></a>00757 <span class="comment">       *  Appends characters in the range [first,last) to this string.</span>
<a name="l00758"></a>00758 <span class="comment">       */</span>
<a name="l00759"></a>00759       <span class="keyword">template</span>&lt;<span class="keyword">class</span> _InputIterator&gt;
<a name="l00760"></a>00760         <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00761"></a><a class="code" href="a00019.html#a83aee063a51f8349c2e9558361d71093">00761</a>         <a class="code" href="a00019.html#a951ff9afc9f61474a79b0233ff010289" title="Append a string to this string.">append</a>(_InputIterator __first, _InputIterator __last)
<a name="l00762"></a>00762         { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(_M_iend(), _M_iend(), __first, __last); }
<a name="l00763"></a>00763 <span class="comment"></span>
<a name="l00764"></a>00764 <span class="comment">      /**</span>
<a name="l00765"></a>00765 <span class="comment">       *  @brief  Append a single character.</span>
<a name="l00766"></a>00766 <span class="comment">       *  @param __c  Character to append.</span>
<a name="l00767"></a>00767 <span class="comment">       */</span>
<a name="l00768"></a>00768       <span class="keywordtype">void</span>
<a name="l00769"></a><a class="code" href="a00019.html#ae447c4a9eff875257d755a7f8f6d15f4">00769</a>       <a class="code" href="a00019.html#ae447c4a9eff875257d755a7f8f6d15f4" title="Append a single character.">push_back</a>(_CharT __c)
<a name="l00770"></a>00770       { 
<a name="l00771"></a>00771     <span class="keyword">const</span> size_type __size = this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>();
<a name="l00772"></a>00772     <span class="keywordflow">if</span> (__size + 1 &gt; this-&gt;<a class="code" href="a00019.html#a0079f5dfa2da9073a515819e8fcb682e">capacity</a>() || this-&gt;_M_is_shared())
<a name="l00773"></a>00773       this-&gt;_M_mutate(__size, size_type(0), 0, size_type(1));
<a name="l00774"></a>00774     <a class="code" href="a00019.html#a2f8201f5e82e07e27c2f39f13a1c04a9" title="Set value to contents of another string.">traits_type::assign</a>(this-&gt;_M_data()[__size], __c);
<a name="l00775"></a>00775     this-&gt;_M_set_length(__size + 1);
<a name="l00776"></a>00776       }
<a name="l00777"></a>00777 <span class="comment"></span>
<a name="l00778"></a>00778 <span class="comment">      /**</span>
<a name="l00779"></a>00779 <span class="comment">       *  @brief  Set value to contents of another string.</span>
<a name="l00780"></a>00780 <span class="comment">       *  @param  __str  Source string to use.</span>
<a name="l00781"></a>00781 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00782"></a>00782 <span class="comment">       */</span>
<a name="l00783"></a>00783       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00784"></a><a class="code" href="a00019.html#a2f8201f5e82e07e27c2f39f13a1c04a9">00784</a>       <a class="code" href="a00019.html#a2f8201f5e82e07e27c2f39f13a1c04a9" title="Set value to contents of another string.">assign</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str)
<a name="l00785"></a>00785       {
<a name="l00786"></a>00786     this-&gt;_M_assign(__str);
<a name="l00787"></a>00787     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00788"></a>00788       }
<a name="l00789"></a>00789 
<a name="l00790"></a>00790 <span class="preprocessor">#ifdef __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00791"></a>00791 <span class="preprocessor"></span><span class="comment">      /**</span>
<a name="l00792"></a>00792 <span class="comment">       *  @brief  Set value to contents of another string.</span>
<a name="l00793"></a>00793 <span class="comment">       *  @param  __str  Source string to use.</span>
<a name="l00794"></a>00794 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00795"></a>00795 <span class="comment">       *</span>
<a name="l00796"></a>00796 <span class="comment">       *  This function sets this string to the exact contents of @a __str.</span>
<a name="l00797"></a>00797 <span class="comment">       *  @a __str is a valid, but unspecified string.</span>
<a name="l00798"></a>00798 <span class="comment">       */</span>
<a name="l00799"></a>00799       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00800"></a><a class="code" href="a00019.html#ad14ba05d4ec19bda3d81aaa45a01f26e">00800</a>       <a class="code" href="a00019.html#a2f8201f5e82e07e27c2f39f13a1c04a9" title="Set value to contents of another string.">assign</a>(<a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;&amp; __str)
<a name="l00801"></a>00801       {
<a name="l00802"></a>00802     this-&gt;<a class="code" href="a00019.html#aa3d09e850cce48ae67aa5ec3cccbbec2" title="Swap contents with another string.">swap</a>(__str);
<a name="l00803"></a>00803     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00804"></a>00804       }
<a name="l00805"></a>00805 <span class="preprocessor">#endif // __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00806"></a>00806 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00807"></a>00807 <span class="comment">      /**</span>
<a name="l00808"></a>00808 <span class="comment">       *  @brief  Set value to a substring of a string.</span>
<a name="l00809"></a>00809 <span class="comment">       *  @param __str  The string to use.</span>
<a name="l00810"></a>00810 <span class="comment">       *  @param __pos  Index of the first character of str.</span>
<a name="l00811"></a>00811 <span class="comment">       *  @param __n  Number of characters to use.</span>
<a name="l00812"></a>00812 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00813"></a>00813 <span class="comment">       *  @throw  std::out_of_range if @a __pos is not a valid index.</span>
<a name="l00814"></a>00814 <span class="comment">       *</span>
<a name="l00815"></a>00815 <span class="comment">       *  This function sets this string to the substring of @a __str</span>
<a name="l00816"></a>00816 <span class="comment">       *  consisting of @a __n characters at @a __pos.  If @a __n is</span>
<a name="l00817"></a>00817 <span class="comment">       *  is larger than the number of available characters in @a</span>
<a name="l00818"></a>00818 <span class="comment">       *  __str, the remainder of @a __str is used.</span>
<a name="l00819"></a>00819 <span class="comment">       */</span>
<a name="l00820"></a>00820       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00821"></a><a class="code" href="a00019.html#ab5ba7120a3e81545fcbdbf055c8e392d">00821</a>       <a class="code" href="a00019.html#a2f8201f5e82e07e27c2f39f13a1c04a9" title="Set value to contents of another string.">assign</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str, size_type __pos, size_type __n)
<a name="l00822"></a>00822       { <span class="keywordflow">return</span> _M_replace(size_type(0), this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>(), __str._M_data()
<a name="l00823"></a>00823               + __str._M_check(__pos, <span class="stringliteral">&quot;__versa_string::assign&quot;</span>),
<a name="l00824"></a>00824               __str._M_limit(__pos, __n)); }
<a name="l00825"></a>00825 <span class="comment"></span>
<a name="l00826"></a>00826 <span class="comment">      /**</span>
<a name="l00827"></a>00827 <span class="comment">       *  @brief  Set value to a C substring.</span>
<a name="l00828"></a>00828 <span class="comment">       *  @param __s  The C string to use.</span>
<a name="l00829"></a>00829 <span class="comment">       *  @param __n  Number of characters to use.</span>
<a name="l00830"></a>00830 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00831"></a>00831 <span class="comment">       *</span>
<a name="l00832"></a>00832 <span class="comment">       *  This function sets the value of this string to the first @a</span>
<a name="l00833"></a>00833 <span class="comment">       *  __n characters of @a __s.  If @a __n is is larger than the</span>
<a name="l00834"></a>00834 <span class="comment">       *  number of available characters in @a __s, the remainder of</span>
<a name="l00835"></a>00835 <span class="comment">       *  @a __s is used.</span>
<a name="l00836"></a>00836 <span class="comment">       */</span>
<a name="l00837"></a>00837       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00838"></a><a class="code" href="a00019.html#a861c4286beece654abd5b3a828f4ff49">00838</a>       <a class="code" href="a00019.html#a2f8201f5e82e07e27c2f39f13a1c04a9" title="Set value to contents of another string.">assign</a>(<span class="keyword">const</span> _CharT* __s, size_type __n)
<a name="l00839"></a>00839       {
<a name="l00840"></a>00840     __glibcxx_requires_string_len(__s, __n);
<a name="l00841"></a>00841     <span class="keywordflow">return</span> _M_replace(size_type(0), this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>(), __s, __n);
<a name="l00842"></a>00842       }
<a name="l00843"></a>00843 <span class="comment"></span>
<a name="l00844"></a>00844 <span class="comment">      /**</span>
<a name="l00845"></a>00845 <span class="comment">       *  @brief  Set value to contents of a C string.</span>
<a name="l00846"></a>00846 <span class="comment">       *  @param __s  The C string to use.</span>
<a name="l00847"></a>00847 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00848"></a>00848 <span class="comment">       *</span>
<a name="l00849"></a>00849 <span class="comment">       *  This function sets the value of this string to the value of</span>
<a name="l00850"></a>00850 <span class="comment">       *  @a __s.  The data is copied, so there is no dependence on @a</span>
<a name="l00851"></a>00851 <span class="comment">       *  __s once the function returns.</span>
<a name="l00852"></a>00852 <span class="comment">       */</span>
<a name="l00853"></a>00853       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00854"></a><a class="code" href="a00019.html#a9faa9dc311635300ef2e2fee77262b61">00854</a>       <a class="code" href="a00019.html#a2f8201f5e82e07e27c2f39f13a1c04a9" title="Set value to contents of another string.">assign</a>(<span class="keyword">const</span> _CharT* __s)
<a name="l00855"></a>00855       {
<a name="l00856"></a>00856     __glibcxx_requires_string(__s);
<a name="l00857"></a>00857     <span class="keywordflow">return</span> _M_replace(size_type(0), this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>(), __s,
<a name="l00858"></a>00858               traits_type::length(__s));
<a name="l00859"></a>00859       }
<a name="l00860"></a>00860 <span class="comment"></span>
<a name="l00861"></a>00861 <span class="comment">      /**</span>
<a name="l00862"></a>00862 <span class="comment">       *  @brief  Set value to multiple characters.</span>
<a name="l00863"></a>00863 <span class="comment">       *  @param __n  Length of the resulting string.</span>
<a name="l00864"></a>00864 <span class="comment">       *  @param __c  The character to use.</span>
<a name="l00865"></a>00865 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00866"></a>00866 <span class="comment">       *</span>
<a name="l00867"></a>00867 <span class="comment">       *  This function sets the value of this string to @a __n copies of</span>
<a name="l00868"></a>00868 <span class="comment">       *  character @a __c.</span>
<a name="l00869"></a>00869 <span class="comment">       */</span>
<a name="l00870"></a>00870       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00871"></a><a class="code" href="a00019.html#acf5a7b1fd517200f124373026b7bd807">00871</a>       <a class="code" href="a00019.html#a2f8201f5e82e07e27c2f39f13a1c04a9" title="Set value to contents of another string.">assign</a>(size_type __n, _CharT __c)
<a name="l00872"></a>00872       { <span class="keywordflow">return</span> _M_replace_aux(size_type(0), this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>(), __n, __c); }
<a name="l00873"></a>00873 <span class="comment"></span>
<a name="l00874"></a>00874 <span class="comment">      /**</span>
<a name="l00875"></a>00875 <span class="comment">       *  @brief  Set value to a range of characters.</span>
<a name="l00876"></a>00876 <span class="comment">       *  @param __first  Iterator referencing the first character to append.</span>
<a name="l00877"></a>00877 <span class="comment">       *  @param __last  Iterator marking the end of the range.</span>
<a name="l00878"></a>00878 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00879"></a>00879 <span class="comment">       *</span>
<a name="l00880"></a>00880 <span class="comment">       *  Sets value of string to characters in the range</span>
<a name="l00881"></a>00881 <span class="comment">       *  [first,last).</span>
<a name="l00882"></a>00882 <span class="comment">      */</span>
<a name="l00883"></a>00883       <span class="keyword">template</span>&lt;<span class="keyword">class</span> _InputIterator&gt;
<a name="l00884"></a>00884         <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00885"></a><a class="code" href="a00019.html#ab8b984eddbd96ed6538b18a9dc4cd81d">00885</a>         <a class="code" href="a00019.html#a2f8201f5e82e07e27c2f39f13a1c04a9" title="Set value to contents of another string.">assign</a>(_InputIterator __first, _InputIterator __last)
<a name="l00886"></a>00886         { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(_M_ibegin(), _M_iend(), __first, __last); }
<a name="l00887"></a>00887 
<a name="l00888"></a>00888 <span class="preprocessor">#ifdef __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00889"></a>00889 <span class="preprocessor"></span><span class="comment">      /**</span>
<a name="l00890"></a>00890 <span class="comment">       *  @brief  Set value to an initializer_list of characters.</span>
<a name="l00891"></a>00891 <span class="comment">       *  @param __l  The initializer_list of characters to assign.</span>
<a name="l00892"></a>00892 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00893"></a>00893 <span class="comment">       */</span>
<a name="l00894"></a>00894       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00895"></a><a class="code" href="a00019.html#ab375104c3d2ef95f7d2b56a25d91bef8">00895</a>       <a class="code" href="a00019.html#a2f8201f5e82e07e27c2f39f13a1c04a9" title="Set value to contents of another string.">assign</a>(<a class="code" href="a00524.html" title="initializer_list">std::initializer_list&lt;_CharT&gt;</a> __l)
<a name="l00896"></a>00896       { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab375104c3d2ef95f7d2b56a25d91bef8" title="Set value to an initializer_list of characters.">assign</a>(__l.begin(), __l.end()); }
<a name="l00897"></a>00897 <span class="preprocessor">#endif // __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00898"></a>00898 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00899"></a>00899 <span class="comment">      /**</span>
<a name="l00900"></a>00900 <span class="comment">       *  @brief  Insert multiple characters.</span>
<a name="l00901"></a>00901 <span class="comment">       *  @param __p  Iterator referencing location in string to insert at.</span>
<a name="l00902"></a>00902 <span class="comment">       *  @param __n  Number of characters to insert</span>
<a name="l00903"></a>00903 <span class="comment">       *  @param __c  The character to insert.</span>
<a name="l00904"></a>00904 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l00905"></a>00905 <span class="comment">       *</span>
<a name="l00906"></a>00906 <span class="comment">       *  Inserts @a __n copies of character @a __c starting at the</span>
<a name="l00907"></a>00907 <span class="comment">       *  position referenced by iterator @a __p.  If adding</span>
<a name="l00908"></a>00908 <span class="comment">       *  characters causes the length to exceed max_size(),</span>
<a name="l00909"></a>00909 <span class="comment">       *  length_error is thrown.  The value of the string doesn&#39;t</span>
<a name="l00910"></a>00910 <span class="comment">       *  change if an error is thrown.</span>
<a name="l00911"></a>00911 <span class="comment">      */</span>
<a name="l00912"></a>00912       <span class="keywordtype">void</span>
<a name="l00913"></a><a class="code" href="a00019.html#a62e906127eafb0c630eee917e446570a">00913</a>       <a class="code" href="a00019.html#a62e906127eafb0c630eee917e446570a" title="Insert multiple characters.">insert</a>(iterator __p, size_type __n, _CharT __c)
<a name="l00914"></a>00914       { this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__p, __p, __n, __c);  }
<a name="l00915"></a>00915 <span class="comment"></span>
<a name="l00916"></a>00916 <span class="comment">      /**</span>
<a name="l00917"></a>00917 <span class="comment">       *  @brief  Insert a range of characters.</span>
<a name="l00918"></a>00918 <span class="comment">       *  @param __p  Iterator referencing location in string to insert at.</span>
<a name="l00919"></a>00919 <span class="comment">       *  @param __beg  Start of range.</span>
<a name="l00920"></a>00920 <span class="comment">       *  @param __end  End of range.</span>
<a name="l00921"></a>00921 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l00922"></a>00922 <span class="comment">       *</span>
<a name="l00923"></a>00923 <span class="comment">       *  Inserts characters in range [beg,end).  If adding characters</span>
<a name="l00924"></a>00924 <span class="comment">       *  causes the length to exceed max_size(), length_error is</span>
<a name="l00925"></a>00925 <span class="comment">       *  thrown.  The value of the string doesn&#39;t change if an error</span>
<a name="l00926"></a>00926 <span class="comment">       *  is thrown.</span>
<a name="l00927"></a>00927 <span class="comment">      */</span>
<a name="l00928"></a>00928       <span class="keyword">template</span>&lt;<span class="keyword">class</span> _InputIterator&gt;
<a name="l00929"></a>00929         <span class="keywordtype">void</span>
<a name="l00930"></a><a class="code" href="a00019.html#acee7c06c64028331755eae10b796ec59">00930</a>         <a class="code" href="a00019.html#a62e906127eafb0c630eee917e446570a" title="Insert multiple characters.">insert</a>(iterator __p, _InputIterator __beg, _InputIterator __end)
<a name="l00931"></a>00931         { this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__p, __p, __beg, __end); }
<a name="l00932"></a>00932 
<a name="l00933"></a>00933 <span class="preprocessor">#ifdef __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00934"></a>00934 <span class="preprocessor"></span><span class="comment">      /**</span>
<a name="l00935"></a>00935 <span class="comment">       *  @brief  Insert an initializer_list of characters.</span>
<a name="l00936"></a>00936 <span class="comment">       *  @param __p  Iterator referencing location in string to insert at.</span>
<a name="l00937"></a>00937 <span class="comment">       *  @param __l  The initializer_list of characters to insert.</span>
<a name="l00938"></a>00938 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l00939"></a>00939 <span class="comment">       */</span>
<a name="l00940"></a>00940       <span class="keywordtype">void</span>
<a name="l00941"></a><a class="code" href="a00019.html#a1c23e93b62ce425d1f86641379508080">00941</a>       <a class="code" href="a00019.html#a62e906127eafb0c630eee917e446570a" title="Insert multiple characters.">insert</a>(iterator __p, <a class="code" href="a00524.html" title="initializer_list">std::initializer_list&lt;_CharT&gt;</a> __l)
<a name="l00942"></a>00942       { this-&gt;<a class="code" href="a00019.html#a1c23e93b62ce425d1f86641379508080" title="Insert an initializer_list of characters.">insert</a>(__p, __l.begin(), __l.end()); }
<a name="l00943"></a>00943 <span class="preprocessor">#endif // __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l00944"></a>00944 <span class="preprocessor"></span><span class="comment"></span>
<a name="l00945"></a>00945 <span class="comment">      /**</span>
<a name="l00946"></a>00946 <span class="comment">       *  @brief  Insert value of a string.</span>
<a name="l00947"></a>00947 <span class="comment">       *  @param __pos1  Iterator referencing location in string to insert at.</span>
<a name="l00948"></a>00948 <span class="comment">       *  @param __str  The string to insert.</span>
<a name="l00949"></a>00949 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00950"></a>00950 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l00951"></a>00951 <span class="comment">       *</span>
<a name="l00952"></a>00952 <span class="comment">       *  Inserts value of @a __str starting at @a __pos1.  If adding</span>
<a name="l00953"></a>00953 <span class="comment">       *  characters causes the length to exceed max_size(),</span>
<a name="l00954"></a>00954 <span class="comment">       *  length_error is thrown.  The value of the string doesn&#39;t</span>
<a name="l00955"></a>00955 <span class="comment">       *  change if an error is thrown.</span>
<a name="l00956"></a>00956 <span class="comment">      */</span>
<a name="l00957"></a>00957       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00958"></a><a class="code" href="a00019.html#a3f98b8577d9a4c1a9d01216e4c308136">00958</a>       <a class="code" href="a00019.html#a62e906127eafb0c630eee917e446570a" title="Insert multiple characters.">insert</a>(size_type __pos1, <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str)
<a name="l00959"></a>00959       { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__pos1, size_type(0),
<a name="l00960"></a>00960                  __str._M_data(), __str.<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>()); }
<a name="l00961"></a>00961 <span class="comment"></span>
<a name="l00962"></a>00962 <span class="comment">      /**</span>
<a name="l00963"></a>00963 <span class="comment">       *  @brief  Insert a substring.</span>
<a name="l00964"></a>00964 <span class="comment">       *  @param __pos1  Iterator referencing location in string to insert at.</span>
<a name="l00965"></a>00965 <span class="comment">       *  @param __str  The string to insert.</span>
<a name="l00966"></a>00966 <span class="comment">       *  @param __pos2  Start of characters in str to insert.</span>
<a name="l00967"></a>00967 <span class="comment">       *  @param __n  Number of characters to insert.</span>
<a name="l00968"></a>00968 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00969"></a>00969 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l00970"></a>00970 <span class="comment">       *  @throw  std::out_of_range  If @a __pos1 &gt; size() or</span>
<a name="l00971"></a>00971 <span class="comment">       *  @a __pos2 &gt; @a __str.size().</span>
<a name="l00972"></a>00972 <span class="comment">       *</span>
<a name="l00973"></a>00973 <span class="comment">       *  Starting at @a __pos1, insert @a __n character of @a __str</span>
<a name="l00974"></a>00974 <span class="comment">       *  beginning with @a __pos2.  If adding characters causes the</span>
<a name="l00975"></a>00975 <span class="comment">       *  length to exceed max_size(), length_error is thrown.  If @a</span>
<a name="l00976"></a>00976 <span class="comment">       *  __pos1 is beyond the end of this string or @a __pos2 is</span>
<a name="l00977"></a>00977 <span class="comment">       *  beyond the end of @a __str, out_of_range is thrown.  The</span>
<a name="l00978"></a>00978 <span class="comment">       *  value of the string doesn&#39;t change if an error is thrown.</span>
<a name="l00979"></a>00979 <span class="comment">      */</span>
<a name="l00980"></a>00980       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l00981"></a><a class="code" href="a00019.html#a5a80f90cbf0f3913738a1480b3a1bd86">00981</a>       <a class="code" href="a00019.html#a62e906127eafb0c630eee917e446570a" title="Insert multiple characters.">insert</a>(size_type __pos1, <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str,
<a name="l00982"></a>00982          size_type __pos2, size_type __n)
<a name="l00983"></a>00983       { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__pos1, size_type(0), __str._M_data()
<a name="l00984"></a>00984                  + __str._M_check(__pos2, <span class="stringliteral">&quot;__versa_string::insert&quot;</span>),
<a name="l00985"></a>00985                  __str._M_limit(__pos2, __n)); }
<a name="l00986"></a>00986 <span class="comment"></span>
<a name="l00987"></a>00987 <span class="comment">      /**</span>
<a name="l00988"></a>00988 <span class="comment">       *  @brief  Insert a C substring.</span>
<a name="l00989"></a>00989 <span class="comment">       *  @param __pos  Iterator referencing location in string to insert at.</span>
<a name="l00990"></a>00990 <span class="comment">       *  @param __s  The C string to insert.</span>
<a name="l00991"></a>00991 <span class="comment">       *  @param __n  The number of characters to insert.</span>
<a name="l00992"></a>00992 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l00993"></a>00993 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l00994"></a>00994 <span class="comment">       *  @throw  std::out_of_range  If @a __pos is beyond the end of this</span>
<a name="l00995"></a>00995 <span class="comment">       *  string.</span>
<a name="l00996"></a>00996 <span class="comment">       *</span>
<a name="l00997"></a>00997 <span class="comment">       *  Inserts the first @a __n characters of @a __s starting at @a</span>
<a name="l00998"></a>00998 <span class="comment">       *  __pos.  If adding characters causes the length to exceed</span>
<a name="l00999"></a>00999 <span class="comment">       *  max_size(), length_error is thrown.  If @a __pos is beyond</span>
<a name="l01000"></a>01000 <span class="comment">       *  end(), out_of_range is thrown.  The value of the string</span>
<a name="l01001"></a>01001 <span class="comment">       *  doesn&#39;t change if an error is thrown.</span>
<a name="l01002"></a>01002 <span class="comment">      */</span>
<a name="l01003"></a>01003       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01004"></a><a class="code" href="a00019.html#a90943cd50dde194d35e6efb62165a53d">01004</a>       <a class="code" href="a00019.html#a62e906127eafb0c630eee917e446570a" title="Insert multiple characters.">insert</a>(size_type __pos, <span class="keyword">const</span> _CharT* __s, size_type __n)
<a name="l01005"></a>01005       { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__pos, size_type(0), __s, __n); }
<a name="l01006"></a>01006 <span class="comment"></span>
<a name="l01007"></a>01007 <span class="comment">      /**</span>
<a name="l01008"></a>01008 <span class="comment">       *  @brief  Insert a C string.</span>
<a name="l01009"></a>01009 <span class="comment">       *  @param __pos  Iterator referencing location in string to insert at.</span>
<a name="l01010"></a>01010 <span class="comment">       *  @param __s  The C string to insert.</span>
<a name="l01011"></a>01011 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l01012"></a>01012 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l01013"></a>01013 <span class="comment">       *  @throw  std::out_of_range  If @a __pos is beyond the end of this</span>
<a name="l01014"></a>01014 <span class="comment">       *  string.</span>
<a name="l01015"></a>01015 <span class="comment">       *</span>
<a name="l01016"></a>01016 <span class="comment">       *  Inserts the first @a __n characters of @a __s starting at @a</span>
<a name="l01017"></a>01017 <span class="comment">       *  __pos.  If adding characters causes the length to exceed</span>
<a name="l01018"></a>01018 <span class="comment">       *  max_size(), length_error is thrown.  If @a __pos is beyond</span>
<a name="l01019"></a>01019 <span class="comment">       *  end(), out_of_range is thrown.  The value of the string</span>
<a name="l01020"></a>01020 <span class="comment">       *  doesn&#39;t change if an error is thrown.</span>
<a name="l01021"></a>01021 <span class="comment">      */</span>
<a name="l01022"></a>01022       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01023"></a><a class="code" href="a00019.html#a99de3540d81c73d650f605329019a161">01023</a>       <a class="code" href="a00019.html#a62e906127eafb0c630eee917e446570a" title="Insert multiple characters.">insert</a>(size_type __pos, <span class="keyword">const</span> _CharT* __s)
<a name="l01024"></a>01024       {
<a name="l01025"></a>01025     __glibcxx_requires_string(__s);
<a name="l01026"></a>01026     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__pos, size_type(0), __s,
<a name="l01027"></a>01027                  traits_type::length(__s));
<a name="l01028"></a>01028       }
<a name="l01029"></a>01029 <span class="comment"></span>
<a name="l01030"></a>01030 <span class="comment">      /**</span>
<a name="l01031"></a>01031 <span class="comment">       *  @brief  Insert multiple characters.</span>
<a name="l01032"></a>01032 <span class="comment">       *  @param __pos  Index in string to insert at.</span>
<a name="l01033"></a>01033 <span class="comment">       *  @param __n  Number of characters to insert</span>
<a name="l01034"></a>01034 <span class="comment">       *  @param __c  The character to insert.</span>
<a name="l01035"></a>01035 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l01036"></a>01036 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l01037"></a>01037 <span class="comment">       *  @throw  std::out_of_range  If @a __pos is beyond the end of this</span>
<a name="l01038"></a>01038 <span class="comment">       *  string.</span>
<a name="l01039"></a>01039 <span class="comment">       *</span>
<a name="l01040"></a>01040 <span class="comment">       *  Inserts @a __n copies of character @a __c starting at index</span>
<a name="l01041"></a>01041 <span class="comment">       *  @a __pos.  If adding characters causes the length to exceed</span>
<a name="l01042"></a>01042 <span class="comment">       *  max_size(), length_error is thrown.  If @a __pos &gt; length(),</span>
<a name="l01043"></a>01043 <span class="comment">       *  out_of_range is thrown.  The value of the string doesn&#39;t</span>
<a name="l01044"></a>01044 <span class="comment">       *  change if an error is thrown.</span>
<a name="l01045"></a>01045 <span class="comment">      */</span>
<a name="l01046"></a>01046       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01047"></a><a class="code" href="a00019.html#a2f59bd59e348597a85efa6b068013b33">01047</a>       <a class="code" href="a00019.html#a62e906127eafb0c630eee917e446570a" title="Insert multiple characters.">insert</a>(size_type __pos, size_type __n, _CharT __c)
<a name="l01048"></a>01048       { <span class="keywordflow">return</span> _M_replace_aux(_M_check(__pos, <span class="stringliteral">&quot;__versa_string::insert&quot;</span>),
<a name="l01049"></a>01049                   size_type(0), __n, __c); }
<a name="l01050"></a>01050 <span class="comment"></span>
<a name="l01051"></a>01051 <span class="comment">      /**</span>
<a name="l01052"></a>01052 <span class="comment">       *  @brief  Insert one character.</span>
<a name="l01053"></a>01053 <span class="comment">       *  @param __p  Iterator referencing position in string to insert at.</span>
<a name="l01054"></a>01054 <span class="comment">       *  @param __c  The character to insert.</span>
<a name="l01055"></a>01055 <span class="comment">       *  @return  Iterator referencing newly inserted char.</span>
<a name="l01056"></a>01056 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l01057"></a>01057 <span class="comment">       *</span>
<a name="l01058"></a>01058 <span class="comment">       *  Inserts character @a __c at position referenced by @a __p.</span>
<a name="l01059"></a>01059 <span class="comment">       *  If adding character causes the length to exceed max_size(),</span>
<a name="l01060"></a>01060 <span class="comment">       *  length_error is thrown.  If @a __p is beyond end of string,</span>
<a name="l01061"></a>01061 <span class="comment">       *  out_of_range is thrown.  The value of the string doesn&#39;t</span>
<a name="l01062"></a>01062 <span class="comment">       *  change if an error is thrown.</span>
<a name="l01063"></a>01063 <span class="comment">      */</span>
<a name="l01064"></a>01064       <a class="code" href="a00260.html" title="Common iterator class.">iterator</a>
<a name="l01065"></a><a class="code" href="a00019.html#acc12f2da474ca2d0708663a4eb25af97">01065</a>       <a class="code" href="a00019.html#a62e906127eafb0c630eee917e446570a" title="Insert multiple characters.">insert</a>(iterator __p, _CharT __c)
<a name="l01066"></a>01066       {
<a name="l01067"></a>01067     _GLIBCXX_DEBUG_PEDASSERT(__p &gt;= _M_ibegin() &amp;&amp; __p &lt;= _M_iend());
<a name="l01068"></a>01068     <span class="keyword">const</span> size_type __pos = __p - _M_ibegin();
<a name="l01069"></a>01069     _M_replace_aux(__pos, size_type(0), size_type(1), __c);
<a name="l01070"></a>01070     this-&gt;_M_set_leaked();
<a name="l01071"></a>01071     <span class="keywordflow">return</span> iterator(this-&gt;_M_data() + __pos);
<a name="l01072"></a>01072       }
<a name="l01073"></a>01073 <span class="comment"></span>
<a name="l01074"></a>01074 <span class="comment">      /**</span>
<a name="l01075"></a>01075 <span class="comment">       *  @brief  Remove characters.</span>
<a name="l01076"></a>01076 <span class="comment">       *  @param __pos  Index of first character to remove (default 0).</span>
<a name="l01077"></a>01077 <span class="comment">       *  @param __n  Number of characters to remove (default remainder).</span>
<a name="l01078"></a>01078 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l01079"></a>01079 <span class="comment">       *  @throw  std::out_of_range  If @a __pos is beyond the end of this</span>
<a name="l01080"></a>01080 <span class="comment">       *  string.</span>
<a name="l01081"></a>01081 <span class="comment">       *</span>
<a name="l01082"></a>01082 <span class="comment">       *  Removes @a __n characters from this string starting at @a</span>
<a name="l01083"></a>01083 <span class="comment">       *  __pos.  The length of the string is reduced by @a __n.  If</span>
<a name="l01084"></a>01084 <span class="comment">       *  there are &lt; @a __n characters to remove, the remainder of</span>
<a name="l01085"></a>01085 <span class="comment">       *  the string is truncated.  If @a __p is beyond end of string,</span>
<a name="l01086"></a>01086 <span class="comment">       *  out_of_range is thrown.  The value of the string doesn&#39;t</span>
<a name="l01087"></a>01087 <span class="comment">       *  change if an error is thrown.</span>
<a name="l01088"></a>01088 <span class="comment">      */</span>
<a name="l01089"></a>01089       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01090"></a><a class="code" href="a00019.html#ad63b0c68fd53a88dd84b88151da790e3">01090</a>       <a class="code" href="a00019.html#ad63b0c68fd53a88dd84b88151da790e3" title="Remove characters.">erase</a>(size_type __pos = 0, size_type __n = <a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790" title="Value returned by various member functions when they fail.">npos</a>)
<a name="l01091"></a>01091       { 
<a name="l01092"></a>01092     this-&gt;_M_erase(_M_check(__pos, <span class="stringliteral">&quot;__versa_string::erase&quot;</span>),
<a name="l01093"></a>01093                _M_limit(__pos, __n));
<a name="l01094"></a>01094     <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l01095"></a>01095       }
<a name="l01096"></a>01096 <span class="comment"></span>
<a name="l01097"></a>01097 <span class="comment">      /**</span>
<a name="l01098"></a>01098 <span class="comment">       *  @brief  Remove one character.</span>
<a name="l01099"></a>01099 <span class="comment">       *  @param __position  Iterator referencing the character to remove.</span>
<a name="l01100"></a>01100 <span class="comment">       *  @return  iterator referencing same location after removal.</span>
<a name="l01101"></a>01101 <span class="comment">       *</span>
<a name="l01102"></a>01102 <span class="comment">       *  Removes the character at @a __position from this string. The</span>
<a name="l01103"></a>01103 <span class="comment">       *  value of the string doesn&#39;t change if an error is thrown.</span>
<a name="l01104"></a>01104 <span class="comment">      */</span>
<a name="l01105"></a>01105       <a class="code" href="a00260.html" title="Common iterator class.">iterator</a>
<a name="l01106"></a><a class="code" href="a00019.html#ad9c175975fbe4d82d9b86c931394566b">01106</a>       <a class="code" href="a00019.html#ad63b0c68fd53a88dd84b88151da790e3" title="Remove characters.">erase</a>(iterator __position)
<a name="l01107"></a>01107       {
<a name="l01108"></a>01108     _GLIBCXX_DEBUG_PEDASSERT(__position &gt;= _M_ibegin()
<a name="l01109"></a>01109                  &amp;&amp; __position &lt; _M_iend());
<a name="l01110"></a>01110     <span class="keyword">const</span> size_type __pos = __position - _M_ibegin();
<a name="l01111"></a>01111     this-&gt;_M_erase(__pos, size_type(1));
<a name="l01112"></a>01112     this-&gt;_M_set_leaked();
<a name="l01113"></a>01113     <span class="keywordflow">return</span> iterator(this-&gt;_M_data() + __pos);
<a name="l01114"></a>01114       }
<a name="l01115"></a>01115 <span class="comment"></span>
<a name="l01116"></a>01116 <span class="comment">      /**</span>
<a name="l01117"></a>01117 <span class="comment">       *  @brief  Remove a range of characters.</span>
<a name="l01118"></a>01118 <span class="comment">       *  @param __first  Iterator referencing the first character to remove.</span>
<a name="l01119"></a>01119 <span class="comment">       *  @param __last  Iterator referencing the end of the range.</span>
<a name="l01120"></a>01120 <span class="comment">       *  @return  Iterator referencing location of first after removal.</span>
<a name="l01121"></a>01121 <span class="comment">       *</span>
<a name="l01122"></a>01122 <span class="comment">       *  Removes the characters in the range [first,last) from this</span>
<a name="l01123"></a>01123 <span class="comment">       *  string.  The value of the string doesn&#39;t change if an error</span>
<a name="l01124"></a>01124 <span class="comment">       *  is thrown.</span>
<a name="l01125"></a>01125 <span class="comment">      */</span>
<a name="l01126"></a>01126       <a class="code" href="a00260.html" title="Common iterator class.">iterator</a>
<a name="l01127"></a><a class="code" href="a00019.html#a306df60e3a2ab714aa21ece80b3b9d99">01127</a>       <a class="code" href="a00019.html#ad63b0c68fd53a88dd84b88151da790e3" title="Remove characters.">erase</a>(iterator __first, iterator __last)
<a name="l01128"></a>01128       {
<a name="l01129"></a>01129     _GLIBCXX_DEBUG_PEDASSERT(__first &gt;= _M_ibegin() &amp;&amp; __first &lt;= __last
<a name="l01130"></a>01130                  &amp;&amp; __last &lt;= _M_iend());
<a name="l01131"></a>01131         <span class="keyword">const</span> size_type __pos = __first - _M_ibegin();
<a name="l01132"></a>01132     this-&gt;_M_erase(__pos, __last - __first);
<a name="l01133"></a>01133     this-&gt;_M_set_leaked();
<a name="l01134"></a>01134     <span class="keywordflow">return</span> iterator(this-&gt;_M_data() + __pos);
<a name="l01135"></a>01135       }
<a name="l01136"></a>01136 <span class="comment"></span>
<a name="l01137"></a>01137 <span class="comment">      /**</span>
<a name="l01138"></a>01138 <span class="comment">       *  @brief  Replace characters with value from another string.</span>
<a name="l01139"></a>01139 <span class="comment">       *  @param __pos  Index of first character to replace.</span>
<a name="l01140"></a>01140 <span class="comment">       *  @param __n  Number of characters to be replaced.</span>
<a name="l01141"></a>01141 <span class="comment">       *  @param __str  String to insert.</span>
<a name="l01142"></a>01142 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l01143"></a>01143 <span class="comment">       *  @throw  std::out_of_range  If @a __pos is beyond the end of this</span>
<a name="l01144"></a>01144 <span class="comment">       *  string.</span>
<a name="l01145"></a>01145 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l01146"></a>01146 <span class="comment">       *</span>
<a name="l01147"></a>01147 <span class="comment">       *  Removes the characters in the range [pos,pos+n) from this</span>
<a name="l01148"></a>01148 <span class="comment">       *  string.  In place, the value of @a __str is inserted.  If @a</span>
<a name="l01149"></a>01149 <span class="comment">       *  __pos is beyond end of string, out_of_range is thrown.  If</span>
<a name="l01150"></a>01150 <span class="comment">       *  the length of the result exceeds max_size(), length_error is</span>
<a name="l01151"></a>01151 <span class="comment">       *  thrown.  The value of the string doesn&#39;t change if an error</span>
<a name="l01152"></a>01152 <span class="comment">       *  is thrown.</span>
<a name="l01153"></a>01153 <span class="comment">      */</span>
<a name="l01154"></a>01154       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01155"></a><a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a">01155</a>       <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(size_type __pos, size_type __n, <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str)
<a name="l01156"></a>01156       { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__pos, __n, __str._M_data(), __str.<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>()); }
<a name="l01157"></a>01157 <span class="comment"></span>
<a name="l01158"></a>01158 <span class="comment">      /**</span>
<a name="l01159"></a>01159 <span class="comment">       *  @brief  Replace characters with value from another string.</span>
<a name="l01160"></a>01160 <span class="comment">       *  @param __pos1  Index of first character to replace.</span>
<a name="l01161"></a>01161 <span class="comment">       *  @param __n1  Number of characters to be replaced.</span>
<a name="l01162"></a>01162 <span class="comment">       *  @param __str  String to insert.</span>
<a name="l01163"></a>01163 <span class="comment">       *  @param __pos2  Index of first character of str to use.</span>
<a name="l01164"></a>01164 <span class="comment">       *  @param __n2  Number of characters from str to use.</span>
<a name="l01165"></a>01165 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l01166"></a>01166 <span class="comment">       *  @throw  std::out_of_range  If @a __pos1 &gt; size() or @a __pos2 &gt;</span>
<a name="l01167"></a>01167 <span class="comment">       *  str.size().</span>
<a name="l01168"></a>01168 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l01169"></a>01169 <span class="comment">       *</span>
<a name="l01170"></a>01170 <span class="comment">       *  Removes the characters in the range [pos1,pos1 + n) from</span>
<a name="l01171"></a>01171 <span class="comment">       *  this string.  In place, the value of @a __str is inserted.</span>
<a name="l01172"></a>01172 <span class="comment">       *  If @a __pos is beyond end of string, out_of_range is thrown.</span>
<a name="l01173"></a>01173 <span class="comment">       *  If the length of the result exceeds max_size(), length_error</span>
<a name="l01174"></a>01174 <span class="comment">       *  is thrown.  The value of the string doesn&#39;t change if an</span>
<a name="l01175"></a>01175 <span class="comment">       *  error is thrown.</span>
<a name="l01176"></a>01176 <span class="comment">      */</span>
<a name="l01177"></a>01177       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01178"></a><a class="code" href="a00019.html#a2baedb7b7e66fa32852e1e5f7b03f839">01178</a>       <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(size_type __pos1, size_type __n1, <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str,
<a name="l01179"></a>01179           size_type __pos2, size_type __n2)
<a name="l01180"></a>01180       {
<a name="l01181"></a>01181     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__pos1, __n1, __str._M_data()
<a name="l01182"></a>01182                  + __str._M_check(__pos2,
<a name="l01183"></a>01183                           <span class="stringliteral">&quot;__versa_string::replace&quot;</span>),
<a name="l01184"></a>01184                  __str._M_limit(__pos2, __n2));
<a name="l01185"></a>01185       }
<a name="l01186"></a>01186 <span class="comment"></span>
<a name="l01187"></a>01187 <span class="comment">      /**</span>
<a name="l01188"></a>01188 <span class="comment">       *  @brief  Replace characters with value of a C substring.</span>
<a name="l01189"></a>01189 <span class="comment">       *  @param __pos  Index of first character to replace.</span>
<a name="l01190"></a>01190 <span class="comment">       *  @param __n1  Number of characters to be replaced.</span>
<a name="l01191"></a>01191 <span class="comment">       *  @param __s  C string to insert.</span>
<a name="l01192"></a>01192 <span class="comment">       *  @param __n2  Number of characters from @a __s to use.</span>
<a name="l01193"></a>01193 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l01194"></a>01194 <span class="comment">       *  @throw  std::out_of_range  If @a __pos1 &gt; size().</span>
<a name="l01195"></a>01195 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l01196"></a>01196 <span class="comment">       *</span>
<a name="l01197"></a>01197 <span class="comment">       *  Removes the characters in the range [pos,pos + n1) from this</span>
<a name="l01198"></a>01198 <span class="comment">       *  string.  In place, the first @a __n2 characters of @a __s</span>
<a name="l01199"></a>01199 <span class="comment">       *  are inserted, or all of @a __s if @a __n2 is too large.  If</span>
<a name="l01200"></a>01200 <span class="comment">       *  @a __pos is beyond end of string, out_of_range is thrown.</span>
<a name="l01201"></a>01201 <span class="comment">       *  If the length of result exceeds max_size(), length_error is</span>
<a name="l01202"></a>01202 <span class="comment">       *  thrown.  The value of the string doesn&#39;t change if an error</span>
<a name="l01203"></a>01203 <span class="comment">       *  is thrown.</span>
<a name="l01204"></a>01204 <span class="comment">      */</span>
<a name="l01205"></a>01205       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01206"></a><a class="code" href="a00019.html#a3c9f1deec90a0bc60fd256a104da92ce">01206</a>       <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(size_type __pos, size_type __n1, <span class="keyword">const</span> _CharT* __s,
<a name="l01207"></a>01207           size_type __n2)
<a name="l01208"></a>01208       {
<a name="l01209"></a>01209     __glibcxx_requires_string_len(__s, __n2);
<a name="l01210"></a>01210     <span class="keywordflow">return</span> _M_replace(_M_check(__pos, <span class="stringliteral">&quot;__versa_string::replace&quot;</span>),
<a name="l01211"></a>01211               _M_limit(__pos, __n1), __s, __n2);
<a name="l01212"></a>01212       }
<a name="l01213"></a>01213 <span class="comment"></span>
<a name="l01214"></a>01214 <span class="comment">      /**</span>
<a name="l01215"></a>01215 <span class="comment">       *  @brief  Replace characters with value of a C string.</span>
<a name="l01216"></a>01216 <span class="comment">       *  @param __pos  Index of first character to replace.</span>
<a name="l01217"></a>01217 <span class="comment">       *  @param __n1  Number of characters to be replaced.</span>
<a name="l01218"></a>01218 <span class="comment">       *  @param __s  C string to insert.</span>
<a name="l01219"></a>01219 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l01220"></a>01220 <span class="comment">       *  @throw  std::out_of_range  If @a __pos &gt; size().</span>
<a name="l01221"></a>01221 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l01222"></a>01222 <span class="comment">       *</span>
<a name="l01223"></a>01223 <span class="comment">       *  Removes the characters in the range [pos,pos + n1) from this</span>
<a name="l01224"></a>01224 <span class="comment">       *  string.  In place, the characters of @a __s are inserted.  If</span>
<a name="l01225"></a>01225 <span class="comment">       *  @a pos is beyond end of string, out_of_range is thrown.  If</span>
<a name="l01226"></a>01226 <span class="comment">       *  the length of result exceeds max_size(), length_error is thrown.  </span>
<a name="l01227"></a>01227 <span class="comment">       *  The value of the string doesn&#39;t change if an error is thrown.</span>
<a name="l01228"></a>01228 <span class="comment">      */</span>
<a name="l01229"></a>01229       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01230"></a><a class="code" href="a00019.html#ae54741e836d397dd56e21e5e62d1ccbf">01230</a>       <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(size_type __pos, size_type __n1, <span class="keyword">const</span> _CharT* __s)
<a name="l01231"></a>01231       {
<a name="l01232"></a>01232     __glibcxx_requires_string(__s);
<a name="l01233"></a>01233     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__pos, __n1, __s, traits_type::length(__s));
<a name="l01234"></a>01234       }
<a name="l01235"></a>01235 <span class="comment"></span>
<a name="l01236"></a>01236 <span class="comment">      /**</span>
<a name="l01237"></a>01237 <span class="comment">       *  @brief  Replace characters with multiple characters.</span>
<a name="l01238"></a>01238 <span class="comment">       *  @param __pos  Index of first character to replace.</span>
<a name="l01239"></a>01239 <span class="comment">       *  @param __n1  Number of characters to be replaced.</span>
<a name="l01240"></a>01240 <span class="comment">       *  @param __n2  Number of characters to insert.</span>
<a name="l01241"></a>01241 <span class="comment">       *  @param __c  Character to insert.</span>
<a name="l01242"></a>01242 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l01243"></a>01243 <span class="comment">       *  @throw  std::out_of_range  If @a __pos &gt; size().</span>
<a name="l01244"></a>01244 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l01245"></a>01245 <span class="comment">       *</span>
<a name="l01246"></a>01246 <span class="comment">       *  Removes the characters in the range [pos,pos + n1) from this</span>
<a name="l01247"></a>01247 <span class="comment">       *  string.  In place, @a __n2 copies of @a __c are inserted.</span>
<a name="l01248"></a>01248 <span class="comment">       *  If @a __pos is beyond end of string, out_of_range is thrown.</span>
<a name="l01249"></a>01249 <span class="comment">       *  If the length of result exceeds max_size(), length_error is</span>
<a name="l01250"></a>01250 <span class="comment">       *  thrown.  The value of the string doesn&#39;t change if an error</span>
<a name="l01251"></a>01251 <span class="comment">       *  is thrown.</span>
<a name="l01252"></a>01252 <span class="comment">      */</span>
<a name="l01253"></a>01253       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01254"></a><a class="code" href="a00019.html#acc1eff3a64f7840cbef6f6fe3b5429f5">01254</a>       <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(size_type __pos, size_type __n1, size_type __n2, _CharT __c)
<a name="l01255"></a>01255       { <span class="keywordflow">return</span> _M_replace_aux(_M_check(__pos, <span class="stringliteral">&quot;__versa_string::replace&quot;</span>),
<a name="l01256"></a>01256                   _M_limit(__pos, __n1), __n2, __c); }
<a name="l01257"></a>01257 <span class="comment"></span>
<a name="l01258"></a>01258 <span class="comment">      /**</span>
<a name="l01259"></a>01259 <span class="comment">       *  @brief  Replace range of characters with string.</span>
<a name="l01260"></a>01260 <span class="comment">       *  @param __i1  Iterator referencing start of range to replace.</span>
<a name="l01261"></a>01261 <span class="comment">       *  @param __i2  Iterator referencing end of range to replace.</span>
<a name="l01262"></a>01262 <span class="comment">       *  @param __str  String value to insert.</span>
<a name="l01263"></a>01263 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l01264"></a>01264 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l01265"></a>01265 <span class="comment">       *</span>
<a name="l01266"></a>01266 <span class="comment">       *  Removes the characters in the range [i1,i2).  In place, the</span>
<a name="l01267"></a>01267 <span class="comment">       *  value of @a __str is inserted.  If the length of result</span>
<a name="l01268"></a>01268 <span class="comment">       *  exceeds max_size(), length_error is thrown.  The value of</span>
<a name="l01269"></a>01269 <span class="comment">       *  the string doesn&#39;t change if an error is thrown.</span>
<a name="l01270"></a>01270 <span class="comment">      */</span>
<a name="l01271"></a>01271       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01272"></a><a class="code" href="a00019.html#a98062b9a890d44fadea0e087204aaaf5">01272</a>       <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(iterator __i1, iterator __i2, <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str)
<a name="l01273"></a>01273       { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#a98062b9a890d44fadea0e087204aaaf5" title="Replace range of characters with string.">replace</a>(__i1, __i2, __str._M_data(), __str.<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>()); }
<a name="l01274"></a>01274 <span class="comment"></span>
<a name="l01275"></a>01275 <span class="comment">      /**</span>
<a name="l01276"></a>01276 <span class="comment">       *  @brief  Replace range of characters with C substring.</span>
<a name="l01277"></a>01277 <span class="comment">       *  @param __i1  Iterator referencing start of range to replace.</span>
<a name="l01278"></a>01278 <span class="comment">       *  @param __i2  Iterator referencing end of range to replace.</span>
<a name="l01279"></a>01279 <span class="comment">       *  @param __s  C string value to insert.</span>
<a name="l01280"></a>01280 <span class="comment">       *  @param __n  Number of characters from s to insert.</span>
<a name="l01281"></a>01281 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l01282"></a>01282 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l01283"></a>01283 <span class="comment">       *</span>
<a name="l01284"></a>01284 <span class="comment">       *  Removes the characters in the range [i1,i2).  In place, the</span>
<a name="l01285"></a>01285 <span class="comment">       *  first @a n characters of @a __s are inserted.  If the length</span>
<a name="l01286"></a>01286 <span class="comment">       *  of result exceeds max_size(), length_error is thrown.  The</span>
<a name="l01287"></a>01287 <span class="comment">       *  value of the string doesn&#39;t change if an error is thrown.</span>
<a name="l01288"></a>01288 <span class="comment">      */</span>
<a name="l01289"></a>01289       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01290"></a><a class="code" href="a00019.html#a64b14431dfd3ea3ac341f9cfd0a62277">01290</a>       <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(iterator __i1, iterator __i2, <span class="keyword">const</span> _CharT* __s, size_type __n)
<a name="l01291"></a>01291       {
<a name="l01292"></a>01292     _GLIBCXX_DEBUG_PEDASSERT(_M_ibegin() &lt;= __i1 &amp;&amp; __i1 &lt;= __i2
<a name="l01293"></a>01293                  &amp;&amp; __i2 &lt;= _M_iend());
<a name="l01294"></a>01294     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__i1 - _M_ibegin(), __i2 - __i1, __s, __n);
<a name="l01295"></a>01295       }
<a name="l01296"></a>01296 <span class="comment"></span>
<a name="l01297"></a>01297 <span class="comment">      /**</span>
<a name="l01298"></a>01298 <span class="comment">       *  @brief  Replace range of characters with C string.</span>
<a name="l01299"></a>01299 <span class="comment">       *  @param __i1  Iterator referencing start of range to replace.</span>
<a name="l01300"></a>01300 <span class="comment">       *  @param __i2  Iterator referencing end of range to replace.</span>
<a name="l01301"></a>01301 <span class="comment">       *  @param __s  C string value to insert.</span>
<a name="l01302"></a>01302 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l01303"></a>01303 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l01304"></a>01304 <span class="comment">       *</span>
<a name="l01305"></a>01305 <span class="comment">       *  Removes the characters in the range [i1,i2).  In place, the</span>
<a name="l01306"></a>01306 <span class="comment">       *  characters of @a __s are inserted.  If the length of result</span>
<a name="l01307"></a>01307 <span class="comment">       *  exceeds max_size(), length_error is thrown.  The value of</span>
<a name="l01308"></a>01308 <span class="comment">       *  the string doesn&#39;t change if an error is thrown.</span>
<a name="l01309"></a>01309 <span class="comment">      */</span>
<a name="l01310"></a>01310       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01311"></a><a class="code" href="a00019.html#af82fe94b84e7b51e3e6717ddca18fa44">01311</a>       <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(iterator __i1, iterator __i2, <span class="keyword">const</span> _CharT* __s)
<a name="l01312"></a>01312       {
<a name="l01313"></a>01313     __glibcxx_requires_string(__s);
<a name="l01314"></a>01314     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__i1, __i2, __s, traits_type::length(__s));
<a name="l01315"></a>01315       }
<a name="l01316"></a>01316 <span class="comment"></span>
<a name="l01317"></a>01317 <span class="comment">      /**</span>
<a name="l01318"></a>01318 <span class="comment">       *  @brief  Replace range of characters with multiple characters</span>
<a name="l01319"></a>01319 <span class="comment">       *  @param __i1  Iterator referencing start of range to replace.</span>
<a name="l01320"></a>01320 <span class="comment">       *  @param __i2  Iterator referencing end of range to replace.</span>
<a name="l01321"></a>01321 <span class="comment">       *  @param __n  Number of characters to insert.</span>
<a name="l01322"></a>01322 <span class="comment">       *  @param __c  Character to insert.</span>
<a name="l01323"></a>01323 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l01324"></a>01324 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l01325"></a>01325 <span class="comment">       *</span>
<a name="l01326"></a>01326 <span class="comment">       *  Removes the characters in the range [i1,i2).  In place, @a</span>
<a name="l01327"></a>01327 <span class="comment">       *  __n copies of @a __c are inserted.  If the length of result</span>
<a name="l01328"></a>01328 <span class="comment">       *  exceeds max_size(), length_error is thrown.  The value of</span>
<a name="l01329"></a>01329 <span class="comment">       *  the string doesn&#39;t change if an error is thrown.</span>
<a name="l01330"></a>01330 <span class="comment">      */</span>
<a name="l01331"></a>01331       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01332"></a><a class="code" href="a00019.html#a2f6b5862e412cfbc0eec4f11b07c8d97">01332</a>       <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(iterator __i1, iterator __i2, size_type __n, _CharT __c)
<a name="l01333"></a>01333       {
<a name="l01334"></a>01334     _GLIBCXX_DEBUG_PEDASSERT(_M_ibegin() &lt;= __i1 &amp;&amp; __i1 &lt;= __i2
<a name="l01335"></a>01335                  &amp;&amp; __i2 &lt;= _M_iend());
<a name="l01336"></a>01336     <span class="keywordflow">return</span> _M_replace_aux(__i1 - _M_ibegin(), __i2 - __i1, __n, __c);
<a name="l01337"></a>01337       }
<a name="l01338"></a>01338 <span class="comment"></span>
<a name="l01339"></a>01339 <span class="comment">      /**</span>
<a name="l01340"></a>01340 <span class="comment">       *  @brief  Replace range of characters with range.</span>
<a name="l01341"></a>01341 <span class="comment">       *  @param __i1  Iterator referencing start of range to replace.</span>
<a name="l01342"></a>01342 <span class="comment">       *  @param __i2  Iterator referencing end of range to replace.</span>
<a name="l01343"></a>01343 <span class="comment">       *  @param __k1  Iterator referencing start of range to insert.</span>
<a name="l01344"></a>01344 <span class="comment">       *  @param __k2  Iterator referencing end of range to insert.</span>
<a name="l01345"></a>01345 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l01346"></a>01346 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l01347"></a>01347 <span class="comment">       *</span>
<a name="l01348"></a>01348 <span class="comment">       *  Removes the characters in the range [i1,i2).  In place,</span>
<a name="l01349"></a>01349 <span class="comment">       *  characters in the range [k1,k2) are inserted.  If the length</span>
<a name="l01350"></a>01350 <span class="comment">       *  of result exceeds max_size(), length_error is thrown.  The</span>
<a name="l01351"></a>01351 <span class="comment">       *  value of the string doesn&#39;t change if an error is thrown.</span>
<a name="l01352"></a>01352 <span class="comment">      */</span>
<a name="l01353"></a>01353       <span class="keyword">template</span>&lt;<span class="keyword">class</span> _InputIterator&gt;
<a name="l01354"></a>01354         <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01355"></a><a class="code" href="a00019.html#a98bbda044e637820ad88a529844ba2d4">01355</a>         <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(iterator __i1, iterator __i2,
<a name="l01356"></a>01356         _InputIterator __k1, _InputIterator __k2)
<a name="l01357"></a>01357         {
<a name="l01358"></a>01358       _GLIBCXX_DEBUG_PEDASSERT(_M_ibegin() &lt;= __i1 &amp;&amp; __i1 &lt;= __i2
<a name="l01359"></a>01359                    &amp;&amp; __i2 &lt;= _M_iend());
<a name="l01360"></a>01360       __glibcxx_requires_valid_range(__k1, __k2);
<a name="l01361"></a>01361       <span class="keyword">typedef</span> <span class="keyword">typename</span> std::__is_integer&lt;_InputIterator&gt;::__type _Integral;
<a name="l01362"></a>01362       <span class="keywordflow">return</span> this-&gt;_M_replace_dispatch(__i1, __i2, __k1, __k2, _Integral());
<a name="l01363"></a>01363     }
<a name="l01364"></a>01364 
<a name="l01365"></a>01365       <span class="comment">// Specializations for the common case of pointer and iterator:</span>
<a name="l01366"></a>01366       <span class="comment">// useful to avoid the overhead of temporary buffering in _M_replace.</span>
<a name="l01367"></a>01367       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01368"></a>01368       <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(<a class="code" href="a00260.html" title="Common iterator class.">iterator</a> __i1, <a class="code" href="a00260.html" title="Common iterator class.">iterator</a> __i2, _CharT* __k1, _CharT* __k2)
<a name="l01369"></a>01369       {
<a name="l01370"></a>01370     _GLIBCXX_DEBUG_PEDASSERT(_M_ibegin() &lt;= __i1 &amp;&amp; __i1 &lt;= __i2
<a name="l01371"></a>01371                  &amp;&amp; __i2 &lt;= _M_iend());
<a name="l01372"></a>01372     __glibcxx_requires_valid_range(__k1, __k2);
<a name="l01373"></a>01373     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__i1 - _M_ibegin(), __i2 - __i1,
<a name="l01374"></a>01374                  __k1, __k2 - __k1);
<a name="l01375"></a>01375       }
<a name="l01376"></a>01376 
<a name="l01377"></a>01377       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>&amp;
<a name="l01378"></a>01378       <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(iterator __i1, iterator __i2,
<a name="l01379"></a>01379           <span class="keyword">const</span> _CharT* __k1, <span class="keyword">const</span> _CharT* __k2)
<a name="l01380"></a>01380       {
<a name="l01381"></a>01381     _GLIBCXX_DEBUG_PEDASSERT(_M_ibegin() &lt;= __i1 &amp;&amp; __i1 &lt;= __i2
<a name="l01382"></a>01382                  &amp;&amp; __i2 &lt;= _M_iend());
<a name="l01383"></a>01383     __glibcxx_requires_valid_range(__k1, __k2);
<a name="l01384"></a>01384     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__i1 - _M_ibegin(), __i2 - __i1,
<a name="l01385"></a>01385                  __k1, __k2 - __k1);
<a name="l01386"></a>01386       }
<a name="l01387"></a>01387 
<a name="l01388"></a>01388       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>&amp;
<a name="l01389"></a>01389       <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(iterator __i1, iterator __i2, iterator __k1, iterator __k2)
<a name="l01390"></a>01390       {
<a name="l01391"></a>01391     _GLIBCXX_DEBUG_PEDASSERT(_M_ibegin() &lt;= __i1 &amp;&amp; __i1 &lt;= __i2
<a name="l01392"></a>01392                  &amp;&amp; __i2 &lt;= _M_iend());
<a name="l01393"></a>01393     __glibcxx_requires_valid_range(__k1, __k2);
<a name="l01394"></a>01394     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__i1 - _M_ibegin(), __i2 - __i1,
<a name="l01395"></a>01395                  __k1.base(), __k2 - __k1);
<a name="l01396"></a>01396       }
<a name="l01397"></a>01397 
<a name="l01398"></a>01398       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>&amp;
<a name="l01399"></a>01399       <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(iterator __i1, iterator __i2,
<a name="l01400"></a>01400           const_iterator __k1, const_iterator __k2)
<a name="l01401"></a>01401       {
<a name="l01402"></a>01402     _GLIBCXX_DEBUG_PEDASSERT(_M_ibegin() &lt;= __i1 &amp;&amp; __i1 &lt;= __i2
<a name="l01403"></a>01403                  &amp;&amp; __i2 &lt;= _M_iend());
<a name="l01404"></a>01404     __glibcxx_requires_valid_range(__k1, __k2);
<a name="l01405"></a>01405     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(__i1 - _M_ibegin(), __i2 - __i1,
<a name="l01406"></a>01406                  __k1.base(), __k2 - __k1);
<a name="l01407"></a>01407       }
<a name="l01408"></a>01408       
<a name="l01409"></a>01409 <span class="preprocessor">#ifdef __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l01410"></a>01410 <span class="preprocessor"></span><span class="comment">      /**</span>
<a name="l01411"></a>01411 <span class="comment">       *  @brief  Replace range of characters with initializer_list.</span>
<a name="l01412"></a>01412 <span class="comment">       *  @param __i1  Iterator referencing start of range to replace.</span>
<a name="l01413"></a>01413 <span class="comment">       *  @param __i2  Iterator referencing end of range to replace.</span>
<a name="l01414"></a>01414 <span class="comment">       *  @param __l  The initializer_list of characters to insert.</span>
<a name="l01415"></a>01415 <span class="comment">       *  @return  Reference to this string.</span>
<a name="l01416"></a>01416 <span class="comment">       *  @throw  std::length_error  If new length exceeds @c max_size().</span>
<a name="l01417"></a>01417 <span class="comment">       *</span>
<a name="l01418"></a>01418 <span class="comment">       *  Removes the characters in the range [i1,i2).  In place,</span>
<a name="l01419"></a>01419 <span class="comment">       *  characters in the range [k1,k2) are inserted.  If the length</span>
<a name="l01420"></a>01420 <span class="comment">       *  of result exceeds max_size(), length_error is thrown.  The</span>
<a name="l01421"></a>01421 <span class="comment">       *  value of the string doesn&#39;t change if an error is thrown.</span>
<a name="l01422"></a>01422 <span class="comment">      */</span>
<a name="l01423"></a><a class="code" href="a00019.html#a04d742129b2ae385dd6c169f6760485e">01423</a>       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; <a class="code" href="a00019.html#ab198c2154e2446b3800221546fa5c49a" title="Replace characters with value from another string.">replace</a>(iterator __i1, iterator __i2,
<a name="l01424"></a>01424                   <a class="code" href="a00524.html" title="initializer_list">std::initializer_list&lt;_CharT&gt;</a> __l)
<a name="l01425"></a>01425       { <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#a04d742129b2ae385dd6c169f6760485e" title="Replace range of characters with initializer_list.">replace</a>(__i1, __i2, __l.begin(), __l.end()); }
<a name="l01426"></a>01426 <span class="preprocessor">#endif // __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l01427"></a>01427 <span class="preprocessor"></span>
<a name="l01428"></a>01428     <span class="keyword">private</span>:
<a name="l01429"></a>01429       <span class="keyword">template</span>&lt;<span class="keyword">class</span> _Integer&gt;
<a name="l01430"></a>01430     <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp;
<a name="l01431"></a>01431     _M_replace_dispatch(<a class="code" href="a00260.html" title="Common iterator class.">iterator</a> __i1, <a class="code" href="a00260.html" title="Common iterator class.">iterator</a> __i2, _Integer __n,
<a name="l01432"></a>01432                 _Integer __val, std::__true_type)
<a name="l01433"></a>01433         { <span class="keywordflow">return</span> _M_replace_aux(__i1 - _M_ibegin(), __i2 - __i1, __n, __val); }
<a name="l01434"></a>01434 
<a name="l01435"></a>01435       <span class="keyword">template</span>&lt;<span class="keyword">class</span> _InputIterator&gt;
<a name="l01436"></a>01436     <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>&amp;
<a name="l01437"></a>01437     _M_replace_dispatch(iterator __i1, iterator __i2, _InputIterator __k1,
<a name="l01438"></a>01438                 _InputIterator __k2, std::__false_type);
<a name="l01439"></a>01439 
<a name="l01440"></a>01440       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>&amp;
<a name="l01441"></a>01441       _M_replace_aux(size_type __pos1, size_type __n1, size_type __n2,
<a name="l01442"></a>01442              _CharT __c);
<a name="l01443"></a>01443 
<a name="l01444"></a>01444       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>&amp;
<a name="l01445"></a>01445       _M_replace(size_type __pos, size_type __len1, <span class="keyword">const</span> _CharT* __s,
<a name="l01446"></a>01446          <span class="keyword">const</span> size_type __len2);
<a name="l01447"></a>01447 
<a name="l01448"></a>01448       <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>&amp;
<a name="l01449"></a>01449       _M_append(<span class="keyword">const</span> _CharT* __s, size_type __n);
<a name="l01450"></a>01450 
<a name="l01451"></a>01451     <span class="keyword">public</span>:
<a name="l01452"></a>01452 <span class="comment"></span>
<a name="l01453"></a>01453 <span class="comment">      /**</span>
<a name="l01454"></a>01454 <span class="comment">       *  @brief  Copy substring into C string.</span>
<a name="l01455"></a>01455 <span class="comment">       *  @param __s  C string to copy value into.</span>
<a name="l01456"></a>01456 <span class="comment">       *  @param __n  Number of characters to copy.</span>
<a name="l01457"></a>01457 <span class="comment">       *  @param __pos  Index of first character to copy.</span>
<a name="l01458"></a>01458 <span class="comment">       *  @return  Number of characters actually copied</span>
<a name="l01459"></a>01459 <span class="comment">       *  @throw  std::out_of_range  If pos &gt; size().</span>
<a name="l01460"></a>01460 <span class="comment">       *</span>
<a name="l01461"></a>01461 <span class="comment">       *  Copies up to @a __n characters starting at @a __pos into the</span>
<a name="l01462"></a>01462 <span class="comment">       *  C string @a s.  If @a __pos is greater than size(),</span>
<a name="l01463"></a>01463 <span class="comment">       *  out_of_range is thrown.</span>
<a name="l01464"></a>01464 <span class="comment">      */</span>
<a name="l01465"></a>01465       size_type
<a name="l01466"></a>01466       <a class="code" href="a00019.html#a4fb69bb238f4ec4fd5254d71ff352cd4" title="Copy substring into C string.">copy</a>(_CharT* __s, size_type __n, size_type __pos = 0) <span class="keyword">const</span>;
<a name="l01467"></a>01467 <span class="comment"></span>
<a name="l01468"></a>01468 <span class="comment">      /**</span>
<a name="l01469"></a>01469 <span class="comment">       *  @brief  Swap contents with another string.</span>
<a name="l01470"></a>01470 <span class="comment">       *  @param __s  String to swap with.</span>
<a name="l01471"></a>01471 <span class="comment">       *</span>
<a name="l01472"></a>01472 <span class="comment">       *  Exchanges the contents of this string with that of @a __s in</span>
<a name="l01473"></a>01473 <span class="comment">       *  constant time.</span>
<a name="l01474"></a>01474 <span class="comment">      */</span>
<a name="l01475"></a>01475       <span class="keywordtype">void</span>
<a name="l01476"></a><a class="code" href="a00019.html#aa3d09e850cce48ae67aa5ec3cccbbec2">01476</a>       <a class="code" href="a00019.html#aa3d09e850cce48ae67aa5ec3cccbbec2" title="Swap contents with another string.">swap</a>(<a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __s)
<a name="l01477"></a>01477       { this-&gt;_M_swap(__s); }
<a name="l01478"></a>01478 
<a name="l01479"></a>01479       <span class="comment">// String operations:</span><span class="comment"></span>
<a name="l01480"></a>01480 <span class="comment">      /**</span>
<a name="l01481"></a>01481 <span class="comment">       *  @brief  Return const pointer to null-terminated contents.</span>
<a name="l01482"></a>01482 <span class="comment">       *</span>
<a name="l01483"></a>01483 <span class="comment">       *  This is a handle to internal data.  Do not modify or dire things may</span>
<a name="l01484"></a>01484 <span class="comment">       *  happen.</span>
<a name="l01485"></a>01485 <span class="comment">      */</span>
<a name="l01486"></a>01486       <span class="keyword">const</span> _CharT*
<a name="l01487"></a><a class="code" href="a00019.html#ad1abcbefbe65f2de70131c47c475b6ce">01487</a>       <a class="code" href="a00019.html#ad1abcbefbe65f2de70131c47c475b6ce" title="Return const pointer to null-terminated contents.">c_str</a>()<span class="keyword"> const</span>
<a name="l01488"></a>01488 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;_M_data(); }
<a name="l01489"></a>01489 <span class="comment"></span>
<a name="l01490"></a>01490 <span class="comment">      /**</span>
<a name="l01491"></a>01491 <span class="comment">       *  @brief  Return const pointer to contents.</span>
<a name="l01492"></a>01492 <span class="comment">       *</span>
<a name="l01493"></a>01493 <span class="comment">       *  This is a handle to internal data.  Do not modify or dire things may</span>
<a name="l01494"></a>01494 <span class="comment">       *  happen.</span>
<a name="l01495"></a>01495 <span class="comment">      */</span>
<a name="l01496"></a>01496       <span class="keyword">const</span> _CharT*
<a name="l01497"></a><a class="code" href="a00019.html#a6ee1943017fb69a51fcf8d755e5a43a8">01497</a>       <a class="code" href="a00019.html#a6ee1943017fb69a51fcf8d755e5a43a8" title="Return const pointer to contents.">data</a>()<span class="keyword"> const</span>
<a name="l01498"></a>01498 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;_M_data(); }
<a name="l01499"></a>01499 <span class="comment"></span>
<a name="l01500"></a>01500 <span class="comment">      /**</span>
<a name="l01501"></a>01501 <span class="comment">       *  @brief  Return copy of allocator used to construct this string.</span>
<a name="l01502"></a>01502 <span class="comment">      */</span>
<a name="l01503"></a>01503       allocator_type
<a name="l01504"></a><a class="code" href="a00019.html#afcea356ae3f65f57cf3087cbcb38b259">01504</a>       <a class="code" href="a00019.html#afcea356ae3f65f57cf3087cbcb38b259" title="Return copy of allocator used to construct this string.">get_allocator</a>()<span class="keyword"> const</span>
<a name="l01505"></a>01505 <span class="keyword">      </span>{ <span class="keywordflow">return</span> allocator_type(this-&gt;_M_get_allocator()); }
<a name="l01506"></a>01506 <span class="comment"></span>
<a name="l01507"></a>01507 <span class="comment">      /**</span>
<a name="l01508"></a>01508 <span class="comment">       *  @brief  Find position of a C substring.</span>
<a name="l01509"></a>01509 <span class="comment">       *  @param __s  C string to locate.</span>
<a name="l01510"></a>01510 <span class="comment">       *  @param __pos  Index of character to search from.</span>
<a name="l01511"></a>01511 <span class="comment">       *  @param __n  Number of characters from @a __s to search for.</span>
<a name="l01512"></a>01512 <span class="comment">       *  @return  Index of start of first occurrence.</span>
<a name="l01513"></a>01513 <span class="comment">       *</span>
<a name="l01514"></a>01514 <span class="comment">       *  Starting from @a __pos, searches forward for the first @a</span>
<a name="l01515"></a>01515 <span class="comment">       *  __n characters in @a __s within this string.  If found,</span>
<a name="l01516"></a>01516 <span class="comment">       *  returns the index where it begins.  If not found, returns</span>
<a name="l01517"></a>01517 <span class="comment">       *  npos.</span>
<a name="l01518"></a>01518 <span class="comment">      */</span>
<a name="l01519"></a>01519       size_type
<a name="l01520"></a>01520       <a class="code" href="a00019.html#aa23938a40b1a48a296861efb45fd35fe" title="Find position of a C substring.">find</a>(<span class="keyword">const</span> _CharT* __s, size_type __pos, size_type __n) <span class="keyword">const</span>;
<a name="l01521"></a>01521 <span class="comment"></span>
<a name="l01522"></a>01522 <span class="comment">      /**</span>
<a name="l01523"></a>01523 <span class="comment">       *  @brief  Find position of a string.</span>
<a name="l01524"></a>01524 <span class="comment">       *  @param __str  String to locate.</span>
<a name="l01525"></a>01525 <span class="comment">       *  @param __pos  Index of character to search from (default 0).</span>
<a name="l01526"></a>01526 <span class="comment">       *  @return  Index of start of first occurrence.</span>
<a name="l01527"></a>01527 <span class="comment">       *</span>
<a name="l01528"></a>01528 <span class="comment">       *  Starting from @a __pos, searches forward for value of @a</span>
<a name="l01529"></a>01529 <span class="comment">       *  __str within this string.  If found, returns the index where</span>
<a name="l01530"></a>01530 <span class="comment">       *  it begins.  If not found, returns npos.</span>
<a name="l01531"></a>01531 <span class="comment">      */</span>
<a name="l01532"></a>01532       size_type
<a name="l01533"></a><a class="code" href="a00019.html#a5623b010f6ca6f9a3f5a4330a95788fe">01533</a>       <a class="code" href="a00019.html#aa23938a40b1a48a296861efb45fd35fe" title="Find position of a C substring.">find</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str, size_type __pos = 0)<span class="keyword"> const</span>
<a name="l01534"></a>01534 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#a5623b010f6ca6f9a3f5a4330a95788fe" title="Find position of a string.">find</a>(__str.<a class="code" href="a00019.html#a6ee1943017fb69a51fcf8d755e5a43a8" title="Return const pointer to contents.">data</a>(), __pos, __str.<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>()); }
<a name="l01535"></a>01535 <span class="comment"></span>
<a name="l01536"></a>01536 <span class="comment">      /**</span>
<a name="l01537"></a>01537 <span class="comment">       *  @brief  Find position of a C string.</span>
<a name="l01538"></a>01538 <span class="comment">       *  @param __s  C string to locate.</span>
<a name="l01539"></a>01539 <span class="comment">       *  @param __pos  Index of character to search from (default 0).</span>
<a name="l01540"></a>01540 <span class="comment">       *  @return  Index of start of first occurrence.</span>
<a name="l01541"></a>01541 <span class="comment">       *</span>
<a name="l01542"></a>01542 <span class="comment">       *  Starting from @a __pos, searches forward for the value of @a</span>
<a name="l01543"></a>01543 <span class="comment">       *  __s within this string.  If found, returns the index where</span>
<a name="l01544"></a>01544 <span class="comment">       *  it begins.  If not found, returns npos.</span>
<a name="l01545"></a>01545 <span class="comment">      */</span>
<a name="l01546"></a>01546       size_type
<a name="l01547"></a><a class="code" href="a00019.html#a7c8ce8125f7205ff6d0c242f1c45b1ff">01547</a>       <a class="code" href="a00019.html#aa23938a40b1a48a296861efb45fd35fe" title="Find position of a C substring.">find</a>(<span class="keyword">const</span> _CharT* __s, size_type __pos = 0)<span class="keyword"> const</span>
<a name="l01548"></a>01548 <span class="keyword">      </span>{
<a name="l01549"></a>01549     __glibcxx_requires_string(__s);
<a name="l01550"></a>01550     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#aa23938a40b1a48a296861efb45fd35fe" title="Find position of a C substring.">find</a>(__s, __pos, traits_type::length(__s));
<a name="l01551"></a>01551       }
<a name="l01552"></a>01552 <span class="comment"></span>
<a name="l01553"></a>01553 <span class="comment">      /**</span>
<a name="l01554"></a>01554 <span class="comment">       *  @brief  Find position of a character.</span>
<a name="l01555"></a>01555 <span class="comment">       *  @param __c  Character to locate.</span>
<a name="l01556"></a>01556 <span class="comment">       *  @param __pos  Index of character to search from (default 0).</span>
<a name="l01557"></a>01557 <span class="comment">       *  @return  Index of first occurrence.</span>
<a name="l01558"></a>01558 <span class="comment">       *</span>
<a name="l01559"></a>01559 <span class="comment">       *  Starting from @a __pos, searches forward for @a __c within</span>
<a name="l01560"></a>01560 <span class="comment">       *  this string.  If found, returns the index where it was</span>
<a name="l01561"></a>01561 <span class="comment">       *  found.  If not found, returns npos.</span>
<a name="l01562"></a>01562 <span class="comment">      */</span>
<a name="l01563"></a>01563       size_type
<a name="l01564"></a>01564       <a class="code" href="a00019.html#aa23938a40b1a48a296861efb45fd35fe" title="Find position of a C substring.">find</a>(_CharT __c, size_type __pos = 0) <span class="keyword">const</span>;
<a name="l01565"></a>01565 <span class="comment"></span>
<a name="l01566"></a>01566 <span class="comment">      /**</span>
<a name="l01567"></a>01567 <span class="comment">       *  @brief  Find last position of a string.</span>
<a name="l01568"></a>01568 <span class="comment">       *  @param __str  String to locate.</span>
<a name="l01569"></a>01569 <span class="comment">       *  @param __pos  Index of character to search back from (default end).</span>
<a name="l01570"></a>01570 <span class="comment">       *  @return  Index of start of last occurrence.</span>
<a name="l01571"></a>01571 <span class="comment">       *</span>
<a name="l01572"></a>01572 <span class="comment">       *  Starting from @a __pos, searches backward for value of @a</span>
<a name="l01573"></a>01573 <span class="comment">       *  __str within this string.  If found, returns the index where</span>
<a name="l01574"></a>01574 <span class="comment">       *  it begins.  If not found, returns npos.</span>
<a name="l01575"></a>01575 <span class="comment">      */</span>
<a name="l01576"></a>01576       size_type
<a name="l01577"></a><a class="code" href="a00019.html#ab17052d54e8f32b575794de1208cb8ed">01577</a>       <a class="code" href="a00019.html#ab17052d54e8f32b575794de1208cb8ed" title="Find last position of a string.">rfind</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str, size_type __pos = <a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790" title="Value returned by various member functions when they fail.">npos</a>)<span class="keyword"> const</span>
<a name="l01578"></a>01578 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab17052d54e8f32b575794de1208cb8ed" title="Find last position of a string.">rfind</a>(__str.<a class="code" href="a00019.html#a6ee1943017fb69a51fcf8d755e5a43a8" title="Return const pointer to contents.">data</a>(), __pos, __str.<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>()); }
<a name="l01579"></a>01579 <span class="comment"></span>
<a name="l01580"></a>01580 <span class="comment">      /**</span>
<a name="l01581"></a>01581 <span class="comment">       *  @brief  Find last position of a C substring.</span>
<a name="l01582"></a>01582 <span class="comment">       *  @param __s  C string to locate.</span>
<a name="l01583"></a>01583 <span class="comment">       *  @param __pos  Index of character to search back from.</span>
<a name="l01584"></a>01584 <span class="comment">       *  @param __n  Number of characters from s to search for.</span>
<a name="l01585"></a>01585 <span class="comment">       *  @return  Index of start of last occurrence.</span>
<a name="l01586"></a>01586 <span class="comment">       *</span>
<a name="l01587"></a>01587 <span class="comment">       *  Starting from @a __pos, searches backward for the first @a</span>
<a name="l01588"></a>01588 <span class="comment">       *  __n characters in @a __s within this string.  If found,</span>
<a name="l01589"></a>01589 <span class="comment">       *  returns the index where it begins.  If not found, returns</span>
<a name="l01590"></a>01590 <span class="comment">       *  npos.</span>
<a name="l01591"></a>01591 <span class="comment">      */</span>
<a name="l01592"></a>01592       size_type
<a name="l01593"></a>01593       <a class="code" href="a00019.html#ab17052d54e8f32b575794de1208cb8ed" title="Find last position of a string.">rfind</a>(<span class="keyword">const</span> _CharT* __s, size_type __pos, size_type __n) <span class="keyword">const</span>;
<a name="l01594"></a>01594 <span class="comment"></span>
<a name="l01595"></a>01595 <span class="comment">      /**</span>
<a name="l01596"></a>01596 <span class="comment">       *  @brief  Find last position of a C string.</span>
<a name="l01597"></a>01597 <span class="comment">       *  @param __s  C string to locate.</span>
<a name="l01598"></a>01598 <span class="comment">       *  @param __pos  Index of character to start search at (default end).</span>
<a name="l01599"></a>01599 <span class="comment">       *  @return  Index of start of  last occurrence.</span>
<a name="l01600"></a>01600 <span class="comment">       *</span>
<a name="l01601"></a>01601 <span class="comment">       *  Starting from @a __pos, searches backward for the value of</span>
<a name="l01602"></a>01602 <span class="comment">       *  @a __s within this string.  If found, returns the index</span>
<a name="l01603"></a>01603 <span class="comment">       *  where it begins.  If not found, returns npos.</span>
<a name="l01604"></a>01604 <span class="comment">      */</span>
<a name="l01605"></a>01605       size_type
<a name="l01606"></a><a class="code" href="a00019.html#aa52a5a02513e720b9f66953c402e0acf">01606</a>       <a class="code" href="a00019.html#ab17052d54e8f32b575794de1208cb8ed" title="Find last position of a string.">rfind</a>(<span class="keyword">const</span> _CharT* __s, size_type __pos = <a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790" title="Value returned by various member functions when they fail.">npos</a>)<span class="keyword"> const</span>
<a name="l01607"></a>01607 <span class="keyword">      </span>{
<a name="l01608"></a>01608     __glibcxx_requires_string(__s);
<a name="l01609"></a>01609     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab17052d54e8f32b575794de1208cb8ed" title="Find last position of a string.">rfind</a>(__s, __pos, traits_type::length(__s));
<a name="l01610"></a>01610       }
<a name="l01611"></a>01611 <span class="comment"></span>
<a name="l01612"></a>01612 <span class="comment">      /**</span>
<a name="l01613"></a>01613 <span class="comment">       *  @brief  Find last position of a character.</span>
<a name="l01614"></a>01614 <span class="comment">       *  @param __c  Character to locate.</span>
<a name="l01615"></a>01615 <span class="comment">       *  @param __pos  Index of character to search back from (default end).</span>
<a name="l01616"></a>01616 <span class="comment">       *  @return  Index of last occurrence.</span>
<a name="l01617"></a>01617 <span class="comment">       *</span>
<a name="l01618"></a>01618 <span class="comment">       *  Starting from @a __pos, searches backward for @a __c within</span>
<a name="l01619"></a>01619 <span class="comment">       *  this string.  If found, returns the index where it was</span>
<a name="l01620"></a>01620 <span class="comment">       *  found.  If not found, returns npos.</span>
<a name="l01621"></a>01621 <span class="comment">      */</span>
<a name="l01622"></a>01622       size_type
<a name="l01623"></a>01623       <a class="code" href="a00019.html#ab17052d54e8f32b575794de1208cb8ed" title="Find last position of a string.">rfind</a>(_CharT __c, size_type __pos = <a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790" title="Value returned by various member functions when they fail.">npos</a>) <span class="keyword">const</span>;
<a name="l01624"></a>01624 <span class="comment"></span>
<a name="l01625"></a>01625 <span class="comment">      /**</span>
<a name="l01626"></a>01626 <span class="comment">       *  @brief  Find position of a character of string.</span>
<a name="l01627"></a>01627 <span class="comment">       *  @param __str  String containing characters to locate.</span>
<a name="l01628"></a>01628 <span class="comment">       *  @param __pos  Index of character to search from (default 0).</span>
<a name="l01629"></a>01629 <span class="comment">       *  @return  Index of first occurrence.</span>
<a name="l01630"></a>01630 <span class="comment">       *</span>
<a name="l01631"></a>01631 <span class="comment">       *  Starting from @a __pos, searches forward for one of the characters of</span>
<a name="l01632"></a>01632 <span class="comment">       *  @a __str within this string.  If found, returns the index where it was</span>
<a name="l01633"></a>01633 <span class="comment">       *  found.  If not found, returns npos.</span>
<a name="l01634"></a>01634 <span class="comment">      */</span>
<a name="l01635"></a>01635       size_type
<a name="l01636"></a><a class="code" href="a00019.html#a43e0c7a3a6983d819d1b663a1075b78b">01636</a>       <a class="code" href="a00019.html#a43e0c7a3a6983d819d1b663a1075b78b" title="Find position of a character of string.">find_first_of</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str, size_type __pos = 0)<span class="keyword"> const</span>
<a name="l01637"></a>01637 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#a43e0c7a3a6983d819d1b663a1075b78b" title="Find position of a character of string.">find_first_of</a>(__str.<a class="code" href="a00019.html#a6ee1943017fb69a51fcf8d755e5a43a8" title="Return const pointer to contents.">data</a>(), __pos, __str.<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>()); }
<a name="l01638"></a>01638 <span class="comment"></span>
<a name="l01639"></a>01639 <span class="comment">      /**</span>
<a name="l01640"></a>01640 <span class="comment">       *  @brief  Find position of a character of C substring.</span>
<a name="l01641"></a>01641 <span class="comment">       *  @param __s  String containing characters to locate.</span>
<a name="l01642"></a>01642 <span class="comment">       *  @param __pos  Index of character to search from.</span>
<a name="l01643"></a>01643 <span class="comment">       *  @param __n  Number of characters from s to search for.</span>
<a name="l01644"></a>01644 <span class="comment">       *  @return  Index of first occurrence.</span>
<a name="l01645"></a>01645 <span class="comment">       *</span>
<a name="l01646"></a>01646 <span class="comment">       *  Starting from @a __pos, searches forward for one of the</span>
<a name="l01647"></a>01647 <span class="comment">       *  first @a __n characters of @a __s within this string.  If</span>
<a name="l01648"></a>01648 <span class="comment">       *  found, returns the index where it was found.  If not found,</span>
<a name="l01649"></a>01649 <span class="comment">       *  returns npos.</span>
<a name="l01650"></a>01650 <span class="comment">      */</span>
<a name="l01651"></a>01651       size_type
<a name="l01652"></a>01652       <a class="code" href="a00019.html#a43e0c7a3a6983d819d1b663a1075b78b" title="Find position of a character of string.">find_first_of</a>(<span class="keyword">const</span> _CharT* __s, size_type __pos, size_type __n) <span class="keyword">const</span>;
<a name="l01653"></a>01653 <span class="comment"></span>
<a name="l01654"></a>01654 <span class="comment">      /**</span>
<a name="l01655"></a>01655 <span class="comment">       *  @brief  Find position of a character of C string.</span>
<a name="l01656"></a>01656 <span class="comment">       *  @param __s  String containing characters to locate.</span>
<a name="l01657"></a>01657 <span class="comment">       *  @param __pos  Index of character to search from (default 0).</span>
<a name="l01658"></a>01658 <span class="comment">       *  @return  Index of first occurrence.</span>
<a name="l01659"></a>01659 <span class="comment">       *</span>
<a name="l01660"></a>01660 <span class="comment">       *  Starting from @a __pos, searches forward for one of the</span>
<a name="l01661"></a>01661 <span class="comment">       *  characters of @a __s within this string.  If found, returns</span>
<a name="l01662"></a>01662 <span class="comment">       *  the index where it was found.  If not found, returns npos.</span>
<a name="l01663"></a>01663 <span class="comment">      */</span>
<a name="l01664"></a>01664       size_type
<a name="l01665"></a><a class="code" href="a00019.html#a60b249eece1eccaf0da629a0664f7dc1">01665</a>       <a class="code" href="a00019.html#a43e0c7a3a6983d819d1b663a1075b78b" title="Find position of a character of string.">find_first_of</a>(<span class="keyword">const</span> _CharT* __s, size_type __pos = 0)<span class="keyword"> const</span>
<a name="l01666"></a>01666 <span class="keyword">      </span>{
<a name="l01667"></a>01667     __glibcxx_requires_string(__s);
<a name="l01668"></a>01668     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#a43e0c7a3a6983d819d1b663a1075b78b" title="Find position of a character of string.">find_first_of</a>(__s, __pos, traits_type::length(__s));
<a name="l01669"></a>01669       }
<a name="l01670"></a>01670 <span class="comment"></span>
<a name="l01671"></a>01671 <span class="comment">      /**</span>
<a name="l01672"></a>01672 <span class="comment">       *  @brief  Find position of a character.</span>
<a name="l01673"></a>01673 <span class="comment">       *  @param __c  Character to locate.</span>
<a name="l01674"></a>01674 <span class="comment">       *  @param __pos  Index of character to search from (default 0).</span>
<a name="l01675"></a>01675 <span class="comment">       *  @return  Index of first occurrence.</span>
<a name="l01676"></a>01676 <span class="comment">       *</span>
<a name="l01677"></a>01677 <span class="comment">       *  Starting from @a __pos, searches forward for the character</span>
<a name="l01678"></a>01678 <span class="comment">       *  @a __c within this string.  If found, returns the index</span>
<a name="l01679"></a>01679 <span class="comment">       *  where it was found.  If not found, returns npos.</span>
<a name="l01680"></a>01680 <span class="comment">       *</span>
<a name="l01681"></a>01681 <span class="comment">       *  Note: equivalent to find(c, pos).</span>
<a name="l01682"></a>01682 <span class="comment">      */</span>
<a name="l01683"></a>01683       size_type
<a name="l01684"></a><a class="code" href="a00019.html#a75aa39cdf74d65bfbbeee9b09f0ca190">01684</a>       <a class="code" href="a00019.html#a43e0c7a3a6983d819d1b663a1075b78b" title="Find position of a character of string.">find_first_of</a>(_CharT __c, size_type __pos = 0)<span class="keyword"> const</span>
<a name="l01685"></a>01685 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#aa23938a40b1a48a296861efb45fd35fe" title="Find position of a C substring.">find</a>(__c, __pos); }
<a name="l01686"></a>01686 <span class="comment"></span>
<a name="l01687"></a>01687 <span class="comment">      /**</span>
<a name="l01688"></a>01688 <span class="comment">       *  @brief  Find last position of a character of string.</span>
<a name="l01689"></a>01689 <span class="comment">       *  @param __str  String containing characters to locate.</span>
<a name="l01690"></a>01690 <span class="comment">       *  @param __pos  Index of character to search back from (default end).</span>
<a name="l01691"></a>01691 <span class="comment">       *  @return  Index of last occurrence.</span>
<a name="l01692"></a>01692 <span class="comment">       *</span>
<a name="l01693"></a>01693 <span class="comment">       *  Starting from @a __pos, searches backward for one of the</span>
<a name="l01694"></a>01694 <span class="comment">       *  characters of @a __str within this string.  If found,</span>
<a name="l01695"></a>01695 <span class="comment">       *  returns the index where it was found.  If not found, returns</span>
<a name="l01696"></a>01696 <span class="comment">       *  npos.</span>
<a name="l01697"></a>01697 <span class="comment">      */</span>
<a name="l01698"></a>01698       size_type
<a name="l01699"></a><a class="code" href="a00019.html#a81f66c54fe8974ef7a867185854e504d">01699</a>       <a class="code" href="a00019.html#a81f66c54fe8974ef7a867185854e504d" title="Find last position of a character of string.">find_last_of</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str, size_type __pos = <a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790" title="Value returned by various member functions when they fail.">npos</a>)<span class="keyword"> const</span>
<a name="l01700"></a>01700 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#a81f66c54fe8974ef7a867185854e504d" title="Find last position of a character of string.">find_last_of</a>(__str.<a class="code" href="a00019.html#a6ee1943017fb69a51fcf8d755e5a43a8" title="Return const pointer to contents.">data</a>(), __pos, __str.<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>()); }
<a name="l01701"></a>01701 <span class="comment"></span>
<a name="l01702"></a>01702 <span class="comment">      /**</span>
<a name="l01703"></a>01703 <span class="comment">       *  @brief  Find last position of a character of C substring.</span>
<a name="l01704"></a>01704 <span class="comment">       *  @param __s  C string containing characters to locate.</span>
<a name="l01705"></a>01705 <span class="comment">       *  @param __pos  Index of character to search back from.</span>
<a name="l01706"></a>01706 <span class="comment">       *  @param __n  Number of characters from s to search for.</span>
<a name="l01707"></a>01707 <span class="comment">       *  @return  Index of last occurrence.</span>
<a name="l01708"></a>01708 <span class="comment">       *</span>
<a name="l01709"></a>01709 <span class="comment">       *  Starting from @a __pos, searches backward for one of the</span>
<a name="l01710"></a>01710 <span class="comment">       *  first @a __n characters of @a __s within this string.  If</span>
<a name="l01711"></a>01711 <span class="comment">       *  found, returns the index where it was found.  If not found,</span>
<a name="l01712"></a>01712 <span class="comment">       *  returns npos.</span>
<a name="l01713"></a>01713 <span class="comment">      */</span>
<a name="l01714"></a>01714       size_type
<a name="l01715"></a>01715       <a class="code" href="a00019.html#a81f66c54fe8974ef7a867185854e504d" title="Find last position of a character of string.">find_last_of</a>(<span class="keyword">const</span> _CharT* __s, size_type __pos, size_type __n) <span class="keyword">const</span>;
<a name="l01716"></a>01716 <span class="comment"></span>
<a name="l01717"></a>01717 <span class="comment">      /**</span>
<a name="l01718"></a>01718 <span class="comment">       *  @brief  Find last position of a character of C string.</span>
<a name="l01719"></a>01719 <span class="comment">       *  @param __s  C string containing characters to locate.</span>
<a name="l01720"></a>01720 <span class="comment">       *  @param __pos  Index of character to search back from (default end).</span>
<a name="l01721"></a>01721 <span class="comment">       *  @return  Index of last occurrence.</span>
<a name="l01722"></a>01722 <span class="comment">       *</span>
<a name="l01723"></a>01723 <span class="comment">       *  Starting from @a __pos, searches backward for one of the</span>
<a name="l01724"></a>01724 <span class="comment">       *  characters of @a __s within this string.  If found, returns</span>
<a name="l01725"></a>01725 <span class="comment">       *  the index where it was found.  If not found, returns npos.</span>
<a name="l01726"></a>01726 <span class="comment">      */</span>
<a name="l01727"></a>01727       size_type
<a name="l01728"></a><a class="code" href="a00019.html#ae3ed327484f5234a2f8a4c67fdc1c4b0">01728</a>       <a class="code" href="a00019.html#a81f66c54fe8974ef7a867185854e504d" title="Find last position of a character of string.">find_last_of</a>(<span class="keyword">const</span> _CharT* __s, size_type __pos = <a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790" title="Value returned by various member functions when they fail.">npos</a>)<span class="keyword"> const</span>
<a name="l01729"></a>01729 <span class="keyword">      </span>{
<a name="l01730"></a>01730     __glibcxx_requires_string(__s);
<a name="l01731"></a>01731     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#a81f66c54fe8974ef7a867185854e504d" title="Find last position of a character of string.">find_last_of</a>(__s, __pos, traits_type::length(__s));
<a name="l01732"></a>01732       }
<a name="l01733"></a>01733 <span class="comment"></span>
<a name="l01734"></a>01734 <span class="comment">      /**</span>
<a name="l01735"></a>01735 <span class="comment">       *  @brief  Find last position of a character.</span>
<a name="l01736"></a>01736 <span class="comment">       *  @param __c  Character to locate.</span>
<a name="l01737"></a>01737 <span class="comment">       *  @param __pos  Index of character to search back from (default end).</span>
<a name="l01738"></a>01738 <span class="comment">       *  @return  Index of last occurrence.</span>
<a name="l01739"></a>01739 <span class="comment">       *</span>
<a name="l01740"></a>01740 <span class="comment">       *  Starting from @a __pos, searches backward for @a __c within</span>
<a name="l01741"></a>01741 <span class="comment">       *  this string.  If found, returns the index where it was</span>
<a name="l01742"></a>01742 <span class="comment">       *  found.  If not found, returns npos.</span>
<a name="l01743"></a>01743 <span class="comment">       *</span>
<a name="l01744"></a>01744 <span class="comment">       *  Note: equivalent to rfind(c, pos).</span>
<a name="l01745"></a>01745 <span class="comment">      */</span>
<a name="l01746"></a>01746       size_type
<a name="l01747"></a><a class="code" href="a00019.html#ac042405acca40501115cbb2367928712">01747</a>       <a class="code" href="a00019.html#a81f66c54fe8974ef7a867185854e504d" title="Find last position of a character of string.">find_last_of</a>(_CharT __c, size_type __pos = <a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790" title="Value returned by various member functions when they fail.">npos</a>)<span class="keyword"> const</span>
<a name="l01748"></a>01748 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab17052d54e8f32b575794de1208cb8ed" title="Find last position of a string.">rfind</a>(__c, __pos); }
<a name="l01749"></a>01749 <span class="comment"></span>
<a name="l01750"></a>01750 <span class="comment">      /**</span>
<a name="l01751"></a>01751 <span class="comment">       *  @brief  Find position of a character not in string.</span>
<a name="l01752"></a>01752 <span class="comment">       *  @param __str  String containing characters to avoid.</span>
<a name="l01753"></a>01753 <span class="comment">       *  @param __pos  Index of character to search from (default 0).</span>
<a name="l01754"></a>01754 <span class="comment">       *  @return  Index of first occurrence.</span>
<a name="l01755"></a>01755 <span class="comment">       *</span>
<a name="l01756"></a>01756 <span class="comment">       *  Starting from @a __pos, searches forward for a character not</span>
<a name="l01757"></a>01757 <span class="comment">       *  contained in @a __str within this string.  If found, returns</span>
<a name="l01758"></a>01758 <span class="comment">       *  the index where it was found.  If not found, returns npos.</span>
<a name="l01759"></a>01759 <span class="comment">      */</span>
<a name="l01760"></a>01760       size_type
<a name="l01761"></a><a class="code" href="a00019.html#abb26e9d65e2b0645473db4997d406b68">01761</a>       <a class="code" href="a00019.html#abb26e9d65e2b0645473db4997d406b68" title="Find position of a character not in string.">find_first_not_of</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str, size_type __pos = 0)<span class="keyword"> const</span>
<a name="l01762"></a>01762 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#abb26e9d65e2b0645473db4997d406b68" title="Find position of a character not in string.">find_first_not_of</a>(__str.<a class="code" href="a00019.html#a6ee1943017fb69a51fcf8d755e5a43a8" title="Return const pointer to contents.">data</a>(), __pos, __str.<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>()); }
<a name="l01763"></a>01763 <span class="comment"></span>
<a name="l01764"></a>01764 <span class="comment">      /**</span>
<a name="l01765"></a>01765 <span class="comment">       *  @brief  Find position of a character not in C substring.</span>
<a name="l01766"></a>01766 <span class="comment">       *  @param __s  C string containing characters to avoid.</span>
<a name="l01767"></a>01767 <span class="comment">       *  @param __pos  Index of character to search from.</span>
<a name="l01768"></a>01768 <span class="comment">       *  @param __n  Number of characters from s to consider.</span>
<a name="l01769"></a>01769 <span class="comment">       *  @return  Index of first occurrence.</span>
<a name="l01770"></a>01770 <span class="comment">       *</span>
<a name="l01771"></a>01771 <span class="comment">       *  Starting from @a __pos, searches forward for a character not</span>
<a name="l01772"></a>01772 <span class="comment">       *  contained in the first @a __n characters of @a __s within</span>
<a name="l01773"></a>01773 <span class="comment">       *  this string.  If found, returns the index where it was</span>
<a name="l01774"></a>01774 <span class="comment">       *  found.  If not found, returns npos.</span>
<a name="l01775"></a>01775 <span class="comment">      */</span>
<a name="l01776"></a>01776       size_type
<a name="l01777"></a>01777       <a class="code" href="a00019.html#abb26e9d65e2b0645473db4997d406b68" title="Find position of a character not in string.">find_first_not_of</a>(<span class="keyword">const</span> _CharT* __s, size_type __pos,
<a name="l01778"></a>01778             size_type __n) <span class="keyword">const</span>;
<a name="l01779"></a>01779 <span class="comment"></span>
<a name="l01780"></a>01780 <span class="comment">      /**</span>
<a name="l01781"></a>01781 <span class="comment">       *  @brief  Find position of a character not in C string.</span>
<a name="l01782"></a>01782 <span class="comment">       *  @param __s  C string containing characters to avoid.</span>
<a name="l01783"></a>01783 <span class="comment">       *  @param __pos  Index of character to search from (default 0).</span>
<a name="l01784"></a>01784 <span class="comment">       *  @return  Index of first occurrence.</span>
<a name="l01785"></a>01785 <span class="comment">       *</span>
<a name="l01786"></a>01786 <span class="comment">       *  Starting from @a __pos, searches forward for a character not</span>
<a name="l01787"></a>01787 <span class="comment">       *  contained in @a __s within this string.  If found, returns</span>
<a name="l01788"></a>01788 <span class="comment">       *  the index where it was found.  If not found, returns npos.</span>
<a name="l01789"></a>01789 <span class="comment">      */</span>
<a name="l01790"></a>01790       size_type
<a name="l01791"></a><a class="code" href="a00019.html#a86b8cbe988eaa0001a5b39b1be912806">01791</a>       <a class="code" href="a00019.html#abb26e9d65e2b0645473db4997d406b68" title="Find position of a character not in string.">find_first_not_of</a>(<span class="keyword">const</span> _CharT* __s, size_type __pos = 0)<span class="keyword"> const</span>
<a name="l01792"></a>01792 <span class="keyword">      </span>{
<a name="l01793"></a>01793     __glibcxx_requires_string(__s);
<a name="l01794"></a>01794     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#abb26e9d65e2b0645473db4997d406b68" title="Find position of a character not in string.">find_first_not_of</a>(__s, __pos, traits_type::length(__s));
<a name="l01795"></a>01795       }
<a name="l01796"></a>01796 <span class="comment"></span>
<a name="l01797"></a>01797 <span class="comment">      /**</span>
<a name="l01798"></a>01798 <span class="comment">       *  @brief  Find position of a different character.</span>
<a name="l01799"></a>01799 <span class="comment">       *  @param __c  Character to avoid.</span>
<a name="l01800"></a>01800 <span class="comment">       *  @param __pos  Index of character to search from (default 0).</span>
<a name="l01801"></a>01801 <span class="comment">       *  @return  Index of first occurrence.</span>
<a name="l01802"></a>01802 <span class="comment">       *</span>
<a name="l01803"></a>01803 <span class="comment">       *  Starting from @a __pos, searches forward for a character</span>
<a name="l01804"></a>01804 <span class="comment">       *  other than @a __c within this string.  If found, returns the</span>
<a name="l01805"></a>01805 <span class="comment">       *  index where it was found.  If not found, returns npos.</span>
<a name="l01806"></a>01806 <span class="comment">      */</span>
<a name="l01807"></a>01807       size_type
<a name="l01808"></a>01808       <a class="code" href="a00019.html#abb26e9d65e2b0645473db4997d406b68" title="Find position of a character not in string.">find_first_not_of</a>(_CharT __c, size_type __pos = 0) <span class="keyword">const</span>;
<a name="l01809"></a>01809 <span class="comment"></span>
<a name="l01810"></a>01810 <span class="comment">      /**</span>
<a name="l01811"></a>01811 <span class="comment">       *  @brief  Find last position of a character not in string.</span>
<a name="l01812"></a>01812 <span class="comment">       *  @param __str  String containing characters to avoid.</span>
<a name="l01813"></a>01813 <span class="comment">       *  @param __pos  Index of character to search back from (default end).</span>
<a name="l01814"></a>01814 <span class="comment">       *  @return  Index of last occurrence.</span>
<a name="l01815"></a>01815 <span class="comment">       *</span>
<a name="l01816"></a>01816 <span class="comment">       *  Starting from @a __pos, searches backward for a character</span>
<a name="l01817"></a>01817 <span class="comment">       *  not contained in @a __str within this string.  If found,</span>
<a name="l01818"></a>01818 <span class="comment">       *  returns the index where it was found.  If not found, returns</span>
<a name="l01819"></a>01819 <span class="comment">       *  npos.</span>
<a name="l01820"></a>01820 <span class="comment">      */</span>
<a name="l01821"></a>01821       size_type
<a name="l01822"></a><a class="code" href="a00019.html#ab65b05f13ff9531cc66ebd46cf7310db">01822</a>       <a class="code" href="a00019.html#ab65b05f13ff9531cc66ebd46cf7310db" title="Find last position of a character not in string.">find_last_not_of</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str,
<a name="l01823"></a>01823                size_type __pos = <a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790" title="Value returned by various member functions when they fail.">npos</a>)<span class="keyword"> const</span>
<a name="l01824"></a>01824 <span class="keyword">      </span>{ <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab65b05f13ff9531cc66ebd46cf7310db" title="Find last position of a character not in string.">find_last_not_of</a>(__str.<a class="code" href="a00019.html#a6ee1943017fb69a51fcf8d755e5a43a8" title="Return const pointer to contents.">data</a>(), __pos, __str.<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>()); }
<a name="l01825"></a>01825 <span class="comment"></span>
<a name="l01826"></a>01826 <span class="comment">      /**</span>
<a name="l01827"></a>01827 <span class="comment">       *  @brief  Find last position of a character not in C substring.</span>
<a name="l01828"></a>01828 <span class="comment">       *  @param __s  C string containing characters to avoid.</span>
<a name="l01829"></a>01829 <span class="comment">       *  @param __pos  Index of character to search back from.</span>
<a name="l01830"></a>01830 <span class="comment">       *  @param __n  Number of characters from s to consider.</span>
<a name="l01831"></a>01831 <span class="comment">       *  @return  Index of last occurrence.</span>
<a name="l01832"></a>01832 <span class="comment">       *</span>
<a name="l01833"></a>01833 <span class="comment">       *  Starting from @a __pos, searches backward for a character</span>
<a name="l01834"></a>01834 <span class="comment">       *  not contained in the first @a __n characters of @a __s</span>
<a name="l01835"></a>01835 <span class="comment">       *  within this string.  If found, returns the index where it</span>
<a name="l01836"></a>01836 <span class="comment">       *  was found.  If not found, returns npos.</span>
<a name="l01837"></a>01837 <span class="comment">      */</span>
<a name="l01838"></a>01838       size_type
<a name="l01839"></a>01839       <a class="code" href="a00019.html#ab65b05f13ff9531cc66ebd46cf7310db" title="Find last position of a character not in string.">find_last_not_of</a>(<span class="keyword">const</span> _CharT* __s, size_type __pos,
<a name="l01840"></a>01840                size_type __n) <span class="keyword">const</span>;<span class="comment"></span>
<a name="l01841"></a>01841 <span class="comment">      /**</span>
<a name="l01842"></a>01842 <span class="comment">       *  @brief  Find last position of a character not in C string.</span>
<a name="l01843"></a>01843 <span class="comment">       *  @param __s  C string containing characters to avoid.</span>
<a name="l01844"></a>01844 <span class="comment">       *  @param __pos  Index of character to search back from (default end).</span>
<a name="l01845"></a>01845 <span class="comment">       *  @return  Index of last occurrence.</span>
<a name="l01846"></a>01846 <span class="comment">       *</span>
<a name="l01847"></a>01847 <span class="comment">       *  Starting from @a __pos, searches backward for a character</span>
<a name="l01848"></a>01848 <span class="comment">       *  not contained in @a __s within this string.  If found,</span>
<a name="l01849"></a>01849 <span class="comment">       *  returns the index where it was found.  If not found, returns</span>
<a name="l01850"></a>01850 <span class="comment">       *  npos.</span>
<a name="l01851"></a>01851 <span class="comment">      */</span>
<a name="l01852"></a>01852       size_type
<a name="l01853"></a><a class="code" href="a00019.html#a77f6fe7003e8c21eee5bbdafecd696e5">01853</a>       <a class="code" href="a00019.html#ab65b05f13ff9531cc66ebd46cf7310db" title="Find last position of a character not in string.">find_last_not_of</a>(<span class="keyword">const</span> _CharT* __s, size_type __pos = <a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790" title="Value returned by various member functions when they fail.">npos</a>)<span class="keyword"> const</span>
<a name="l01854"></a>01854 <span class="keyword">      </span>{
<a name="l01855"></a>01855     __glibcxx_requires_string(__s);
<a name="l01856"></a>01856     <span class="keywordflow">return</span> this-&gt;<a class="code" href="a00019.html#ab65b05f13ff9531cc66ebd46cf7310db" title="Find last position of a character not in string.">find_last_not_of</a>(__s, __pos, traits_type::length(__s));
<a name="l01857"></a>01857       }
<a name="l01858"></a>01858 <span class="comment"></span>
<a name="l01859"></a>01859 <span class="comment">      /**</span>
<a name="l01860"></a>01860 <span class="comment">       *  @brief  Find last position of a different character.</span>
<a name="l01861"></a>01861 <span class="comment">       *  @param __c  Character to avoid.</span>
<a name="l01862"></a>01862 <span class="comment">       *  @param __pos  Index of character to search back from (default end).</span>
<a name="l01863"></a>01863 <span class="comment">       *  @return  Index of last occurrence.</span>
<a name="l01864"></a>01864 <span class="comment">       *</span>
<a name="l01865"></a>01865 <span class="comment">       *  Starting from @a __pos, searches backward for a character</span>
<a name="l01866"></a>01866 <span class="comment">       *  other than @a __c within this string.  If found, returns the</span>
<a name="l01867"></a>01867 <span class="comment">       *  index where it was found.  If not found, returns npos.</span>
<a name="l01868"></a>01868 <span class="comment">      */</span>
<a name="l01869"></a>01869       size_type
<a name="l01870"></a>01870       <a class="code" href="a00019.html#ab65b05f13ff9531cc66ebd46cf7310db" title="Find last position of a character not in string.">find_last_not_of</a>(_CharT __c, size_type __pos = <a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790" title="Value returned by various member functions when they fail.">npos</a>) <span class="keyword">const</span>;
<a name="l01871"></a>01871 <span class="comment"></span>
<a name="l01872"></a>01872 <span class="comment">      /**</span>
<a name="l01873"></a>01873 <span class="comment">       *  @brief  Get a substring.</span>
<a name="l01874"></a>01874 <span class="comment">       *  @param __pos  Index of first character (default 0).</span>
<a name="l01875"></a>01875 <span class="comment">       *  @param __n  Number of characters in substring (default remainder).</span>
<a name="l01876"></a>01876 <span class="comment">       *  @return  The new string.</span>
<a name="l01877"></a>01877 <span class="comment">       *  @throw  std::out_of_range  If pos &gt; size().</span>
<a name="l01878"></a>01878 <span class="comment">       *</span>
<a name="l01879"></a>01879 <span class="comment">       *  Construct and return a new string using the @a __n</span>
<a name="l01880"></a>01880 <span class="comment">       *  characters starting at @a __pos.  If the string is too</span>
<a name="l01881"></a>01881 <span class="comment">       *  short, use the remainder of the characters.  If @a __pos is</span>
<a name="l01882"></a>01882 <span class="comment">       *  beyond the end of the string, out_of_range is thrown.</span>
<a name="l01883"></a>01883 <span class="comment">      */</span>
<a name="l01884"></a>01884       <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>
<a name="l01885"></a><a class="code" href="a00019.html#acd5f3a39fd618299018c8b4478fdc7e9">01885</a>       <a class="code" href="a00019.html#acd5f3a39fd618299018c8b4478fdc7e9" title="Get a substring.">substr</a>(size_type __pos = 0, size_type __n = <a class="code" href="a00019.html#a8ae69d8d271de80c7989283cd34a1790" title="Value returned by various member functions when they fail.">npos</a>)<span class="keyword"> const</span>
<a name="l01886"></a>01886 <span class="keyword">      </span>{
<a name="l01887"></a>01887     <span class="keywordflow">return</span> <a class="code" href="a00019.html#a2b1b918e68f241ec5a847f4466f21a02" title="Default constructor creates an empty string.">__versa_string</a>(*<span class="keyword">this</span>, _M_check(__pos, <span class="stringliteral">&quot;__versa_string::substr&quot;</span>),
<a name="l01888"></a>01888                   __n);
<a name="l01889"></a>01889       }
<a name="l01890"></a>01890 <span class="comment"></span>
<a name="l01891"></a>01891 <span class="comment">      /**</span>
<a name="l01892"></a>01892 <span class="comment">       *  @brief  Compare to a string.</span>
<a name="l01893"></a>01893 <span class="comment">       *  @param __str  String to compare against.</span>
<a name="l01894"></a>01894 <span class="comment">       *  @return  Integer &lt; 0, 0, or &gt; 0.</span>
<a name="l01895"></a>01895 <span class="comment">       *</span>
<a name="l01896"></a>01896 <span class="comment">       *  Returns an integer &lt; 0 if this string is ordered before @a</span>
<a name="l01897"></a>01897 <span class="comment">       *  __str, 0 if their values are equivalent, or &gt; 0 if this</span>
<a name="l01898"></a>01898 <span class="comment">       *  string is ordered after @a __str.  Determines the effective</span>
<a name="l01899"></a>01899 <span class="comment">       *  length rlen of the strings to compare as the smallest of</span>
<a name="l01900"></a>01900 <span class="comment">       *  size() and str.size().  The function then compares the two</span>
<a name="l01901"></a>01901 <span class="comment">       *  strings by calling traits::compare(data(), str.data(),rlen).</span>
<a name="l01902"></a>01902 <span class="comment">       *  If the result of the comparison is nonzero returns it,</span>
<a name="l01903"></a>01903 <span class="comment">       *  otherwise the shorter one is ordered first.</span>
<a name="l01904"></a>01904 <span class="comment">      */</span>
<a name="l01905"></a>01905       <span class="keywordtype">int</span>
<a name="l01906"></a><a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214">01906</a>       <a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str)<span class="keyword"> const</span>
<a name="l01907"></a>01907 <span class="keyword">      </span>{
<a name="l01908"></a>01908     <span class="keywordflow">if</span> (this-&gt;_M_compare(__str))
<a name="l01909"></a>01909       <span class="keywordflow">return</span> 0;
<a name="l01910"></a>01910 
<a name="l01911"></a>01911     <span class="keyword">const</span> size_type __size = this-&gt;<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>();
<a name="l01912"></a>01912     <span class="keyword">const</span> size_type __osize = __str.<a class="code" href="a00019.html#a8767bb7e48dcd95e848352367d2ea1ac" title="Returns the number of characters in the string, not including any null-termination.">size</a>();
<a name="l01913"></a>01913     <span class="keyword">const</span> size_type __len = <a class="code" href="a01184.html#ga49f0c87cb0e1bf950f5c2d49aa106573" title="This does what you think it does.">std::min</a>(__size, __osize);
<a name="l01914"></a>01914 
<a name="l01915"></a>01915     <span class="keywordtype">int</span> __r = <a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">traits_type::compare</a>(this-&gt;_M_data(), __str.<a class="code" href="a00019.html#a6ee1943017fb69a51fcf8d755e5a43a8" title="Return const pointer to contents.">data</a>(), __len);
<a name="l01916"></a>01916     <span class="keywordflow">if</span> (!__r)
<a name="l01917"></a>01917       __r = this-&gt;_S_compare(__size, __osize);
<a name="l01918"></a>01918     <span class="keywordflow">return</span> __r;
<a name="l01919"></a>01919       }
<a name="l01920"></a>01920 <span class="comment"></span>
<a name="l01921"></a>01921 <span class="comment">      /**</span>
<a name="l01922"></a>01922 <span class="comment">       *  @brief  Compare substring to a string.</span>
<a name="l01923"></a>01923 <span class="comment">       *  @param __pos  Index of first character of substring.</span>
<a name="l01924"></a>01924 <span class="comment">       *  @param __n  Number of characters in substring.</span>
<a name="l01925"></a>01925 <span class="comment">       *  @param __str  String to compare against.</span>
<a name="l01926"></a>01926 <span class="comment">       *  @return  Integer &lt; 0, 0, or &gt; 0.</span>
<a name="l01927"></a>01927 <span class="comment">       *</span>
<a name="l01928"></a>01928 <span class="comment">       *  Form the substring of this string from the @a __n characters</span>
<a name="l01929"></a>01929 <span class="comment">       *  starting at @a __pos.  Returns an integer &lt; 0 if the</span>
<a name="l01930"></a>01930 <span class="comment">       *  substring is ordered before @a __str, 0 if their values are</span>
<a name="l01931"></a>01931 <span class="comment">       *  equivalent, or &gt; 0 if the substring is ordered after @a</span>
<a name="l01932"></a>01932 <span class="comment">       *  __str.  Determines the effective length rlen of the strings</span>
<a name="l01933"></a>01933 <span class="comment">       *  to compare as the smallest of the length of the substring</span>
<a name="l01934"></a>01934 <span class="comment">       *  and @a __str.size().  The function then compares the two</span>
<a name="l01935"></a>01935 <span class="comment">       *  strings by calling</span>
<a name="l01936"></a>01936 <span class="comment">       *  traits::compare(substring.data(),str.data(),rlen).  If the</span>
<a name="l01937"></a>01937 <span class="comment">       *  result of the comparison is nonzero returns it, otherwise</span>
<a name="l01938"></a>01938 <span class="comment">       *  the shorter one is ordered first.</span>
<a name="l01939"></a>01939 <span class="comment">      */</span>
<a name="l01940"></a>01940       <span class="keywordtype">int</span>
<a name="l01941"></a>01941       <a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(size_type __pos, size_type __n,
<a name="l01942"></a>01942           <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str) <span class="keyword">const</span>;
<a name="l01943"></a>01943 <span class="comment"></span>
<a name="l01944"></a>01944 <span class="comment">      /**</span>
<a name="l01945"></a>01945 <span class="comment">       *  @brief  Compare substring to a substring.</span>
<a name="l01946"></a>01946 <span class="comment">       *  @param __pos1  Index of first character of substring.</span>
<a name="l01947"></a>01947 <span class="comment">       *  @param __n1  Number of characters in substring.</span>
<a name="l01948"></a>01948 <span class="comment">       *  @param __str  String to compare against.</span>
<a name="l01949"></a>01949 <span class="comment">       *  @param __pos2  Index of first character of substring of str.</span>
<a name="l01950"></a>01950 <span class="comment">       *  @param __n2  Number of characters in substring of str.</span>
<a name="l01951"></a>01951 <span class="comment">       *  @return  Integer &lt; 0, 0, or &gt; 0.</span>
<a name="l01952"></a>01952 <span class="comment">       *</span>
<a name="l01953"></a>01953 <span class="comment">       *  Form the substring of this string from the @a __n1</span>
<a name="l01954"></a>01954 <span class="comment">       *  characters starting at @a __pos1.  Form the substring of @a</span>
<a name="l01955"></a>01955 <span class="comment">       *  __str from the @a __n2 characters starting at @a __pos2.</span>
<a name="l01956"></a>01956 <span class="comment">       *  Returns an integer &lt; 0 if this substring is ordered before</span>
<a name="l01957"></a>01957 <span class="comment">       *  the substring of @a __str, 0 if their values are equivalent,</span>
<a name="l01958"></a>01958 <span class="comment">       *  or &gt; 0 if this substring is ordered after the substring of</span>
<a name="l01959"></a>01959 <span class="comment">       *  @a __str.  Determines the effective length rlen of the</span>
<a name="l01960"></a>01960 <span class="comment">       *  strings to compare as the smallest of the lengths of the</span>
<a name="l01961"></a>01961 <span class="comment">       *  substrings.  The function then compares the two strings by</span>
<a name="l01962"></a>01962 <span class="comment">       *  calling</span>
<a name="l01963"></a>01963 <span class="comment">       *  traits::compare(substring.data(),str.substr(pos2,n2).data(),rlen).</span>
<a name="l01964"></a>01964 <span class="comment">       *  If the result of the comparison is nonzero returns it,</span>
<a name="l01965"></a>01965 <span class="comment">       *  otherwise the shorter one is ordered first.</span>
<a name="l01966"></a>01966 <span class="comment">      */</span>
<a name="l01967"></a>01967       <span class="keywordtype">int</span>
<a name="l01968"></a>01968       <a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(size_type __pos1, size_type __n1, <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string</a>&amp; __str,
<a name="l01969"></a>01969           size_type __pos2, size_type __n2) <span class="keyword">const</span>;
<a name="l01970"></a>01970 <span class="comment"></span>
<a name="l01971"></a>01971 <span class="comment">      /**</span>
<a name="l01972"></a>01972 <span class="comment">       *  @brief  Compare to a C string.</span>
<a name="l01973"></a>01973 <span class="comment">       *  @param __s  C string to compare against.</span>
<a name="l01974"></a>01974 <span class="comment">       *  @return  Integer &lt; 0, 0, or &gt; 0.</span>
<a name="l01975"></a>01975 <span class="comment">       *</span>
<a name="l01976"></a>01976 <span class="comment">       *  Returns an integer &lt; 0 if this string is ordered before @a</span>
<a name="l01977"></a>01977 <span class="comment">       *  __s, 0 if their values are equivalent, or &gt; 0 if this string</span>
<a name="l01978"></a>01978 <span class="comment">       *  is ordered after @a __s.  Determines the effective length</span>
<a name="l01979"></a>01979 <span class="comment">       *  rlen of the strings to compare as the smallest of size() and</span>
<a name="l01980"></a>01980 <span class="comment">       *  the length of a string constructed from @a __s.  The</span>
<a name="l01981"></a>01981 <span class="comment">       *  function then compares the two strings by calling</span>
<a name="l01982"></a>01982 <span class="comment">       *  traits::compare(data(),s,rlen).  If the result of the</span>
<a name="l01983"></a>01983 <span class="comment">       *  comparison is nonzero returns it, otherwise the shorter one</span>
<a name="l01984"></a>01984 <span class="comment">       *  is ordered first.</span>
<a name="l01985"></a>01985 <span class="comment">      */</span>
<a name="l01986"></a>01986       <span class="keywordtype">int</span>
<a name="l01987"></a>01987       <a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(<span class="keyword">const</span> _CharT* __s) <span class="keyword">const</span>;
<a name="l01988"></a>01988 
<a name="l01989"></a>01989       <span class="comment">// _GLIBCXX_RESOLVE_LIB_DEFECTS</span>
<a name="l01990"></a>01990       <span class="comment">// 5 String::compare specification questionable</span><span class="comment"></span>
<a name="l01991"></a>01991 <span class="comment">      /**</span>
<a name="l01992"></a>01992 <span class="comment">       *  @brief  Compare substring to a C string.</span>
<a name="l01993"></a>01993 <span class="comment">       *  @param __pos  Index of first character of substring.</span>
<a name="l01994"></a>01994 <span class="comment">       *  @param __n1  Number of characters in substring.</span>
<a name="l01995"></a>01995 <span class="comment">       *  @param __s  C string to compare against.</span>
<a name="l01996"></a>01996 <span class="comment">       *  @return  Integer &lt; 0, 0, or &gt; 0.</span>
<a name="l01997"></a>01997 <span class="comment">       *</span>
<a name="l01998"></a>01998 <span class="comment">       *  Form the substring of this string from the @a __n1</span>
<a name="l01999"></a>01999 <span class="comment">       *  characters starting at @a __pos.  Returns an integer &lt; 0 if</span>
<a name="l02000"></a>02000 <span class="comment">       *  the substring is ordered before @a __s, 0 if their values</span>
<a name="l02001"></a>02001 <span class="comment">       *  are equivalent, or &gt; 0 if the substring is ordered after @a</span>
<a name="l02002"></a>02002 <span class="comment">       *  __s.  Determines the effective length rlen of the strings to</span>
<a name="l02003"></a>02003 <span class="comment">       *  compare as the smallest of the length of the substring and</span>
<a name="l02004"></a>02004 <span class="comment">       *  the length of a string constructed from @a __s.  The</span>
<a name="l02005"></a>02005 <span class="comment">       *  function then compares the two string by calling</span>
<a name="l02006"></a>02006 <span class="comment">       *  traits::compare(substring.data(),s,rlen).  If the result of</span>
<a name="l02007"></a>02007 <span class="comment">       *  the comparison is nonzero returns it, otherwise the shorter</span>
<a name="l02008"></a>02008 <span class="comment">       *  one is ordered first.</span>
<a name="l02009"></a>02009 <span class="comment">      */</span>
<a name="l02010"></a>02010       <span class="keywordtype">int</span>
<a name="l02011"></a>02011       <a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(size_type __pos, size_type __n1, <span class="keyword">const</span> _CharT* __s) <span class="keyword">const</span>;
<a name="l02012"></a>02012 <span class="comment"></span>
<a name="l02013"></a>02013 <span class="comment">      /**</span>
<a name="l02014"></a>02014 <span class="comment">       *  @brief  Compare substring against a character array.</span>
<a name="l02015"></a>02015 <span class="comment">       *  @param __pos1  Index of first character of substring.</span>
<a name="l02016"></a>02016 <span class="comment">       *  @param __n1  Number of characters in substring.</span>
<a name="l02017"></a>02017 <span class="comment">       *  @param __s  character array to compare against.</span>
<a name="l02018"></a>02018 <span class="comment">       *  @param __n2  Number of characters of s.</span>
<a name="l02019"></a>02019 <span class="comment">       *  @return  Integer &lt; 0, 0, or &gt; 0.</span>
<a name="l02020"></a>02020 <span class="comment">       *</span>
<a name="l02021"></a>02021 <span class="comment">       *  Form the substring of this string from the @a __n1</span>
<a name="l02022"></a>02022 <span class="comment">       *  characters starting at @a __pos1.  Form a string from the</span>
<a name="l02023"></a>02023 <span class="comment">       *  first @a __n2 characters of @a __s.  Returns an integer &lt; 0</span>
<a name="l02024"></a>02024 <span class="comment">       *  if this substring is ordered before the string from @a __s,</span>
<a name="l02025"></a>02025 <span class="comment">       *  0 if their values are equivalent, or &gt; 0 if this substring</span>
<a name="l02026"></a>02026 <span class="comment">       *  is ordered after the string from @a __s.  Determines the</span>
<a name="l02027"></a>02027 <span class="comment">       *  effective length rlen of the strings to compare as the</span>
<a name="l02028"></a>02028 <span class="comment">       *  smallest of the length of the substring and @a __n2.  The</span>
<a name="l02029"></a>02029 <span class="comment">       *  function then compares the two strings by calling</span>
<a name="l02030"></a>02030 <span class="comment">       *  traits::compare(substring.data(),s,rlen).  If the result of</span>
<a name="l02031"></a>02031 <span class="comment">       *  the comparison is nonzero returns it, otherwise the shorter</span>
<a name="l02032"></a>02032 <span class="comment">       *  one is ordered first.</span>
<a name="l02033"></a>02033 <span class="comment">       *</span>
<a name="l02034"></a>02034 <span class="comment">       *  NB: s must have at least n2 characters, &lt;em&gt;\\0&lt;/em&gt; has no special</span>
<a name="l02035"></a>02035 <span class="comment">       *  meaning.</span>
<a name="l02036"></a>02036 <span class="comment">      */</span>
<a name="l02037"></a>02037       <span class="keywordtype">int</span>
<a name="l02038"></a>02038       <a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(size_type __pos, size_type __n1, <span class="keyword">const</span> _CharT* __s,
<a name="l02039"></a>02039           size_type __n2) <span class="keyword">const</span>;
<a name="l02040"></a>02040     };
<a name="l02041"></a>02041 
<a name="l02042"></a>02042   <span class="comment">// operator+</span><span class="comment"></span>
<a name="l02043"></a>02043 <span class="comment">  /**</span>
<a name="l02044"></a>02044 <span class="comment">   *  @brief  Concatenate two strings.</span>
<a name="l02045"></a>02045 <span class="comment">   *  @param __lhs  First string.</span>
<a name="l02046"></a>02046 <span class="comment">   *  @param __rhs  Last string.</span>
<a name="l02047"></a>02047 <span class="comment">   *  @return  New string with value of @a __lhs followed by @a __rhs.</span>
<a name="l02048"></a>02048 <span class="comment">   */</span>
<a name="l02049"></a>02049   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02050"></a>02050        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02051"></a>02051     __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;
<a name="l02052"></a>02052     operator+(<span class="keyword">const</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp; __lhs,
<a name="l02053"></a>02053           <span class="keyword">const</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp; __rhs);
<a name="l02054"></a>02054 <span class="comment"></span>
<a name="l02055"></a>02055 <span class="comment">  /**</span>
<a name="l02056"></a>02056 <span class="comment">   *  @brief  Concatenate C string and string.</span>
<a name="l02057"></a>02057 <span class="comment">   *  @param __lhs  First string.</span>
<a name="l02058"></a>02058 <span class="comment">   *  @param __rhs  Last string.</span>
<a name="l02059"></a>02059 <span class="comment">   *  @return  New string with value of @a __lhs followed by @a __rhs.</span>
<a name="l02060"></a>02060 <span class="comment">   */</span>
<a name="l02061"></a>02061   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02062"></a>02062        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02063"></a>02063     __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;
<a name="l02064"></a>02064     operator+(<span class="keyword">const</span> _CharT* __lhs,
<a name="l02065"></a>02065           <span class="keyword">const</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp; __rhs);
<a name="l02066"></a>02066 <span class="comment"></span>
<a name="l02067"></a>02067 <span class="comment">  /**</span>
<a name="l02068"></a>02068 <span class="comment">   *  @brief  Concatenate character and string.</span>
<a name="l02069"></a>02069 <span class="comment">   *  @param __lhs  First string.</span>
<a name="l02070"></a>02070 <span class="comment">   *  @param __rhs  Last string.</span>
<a name="l02071"></a>02071 <span class="comment">   *  @return  New string with @a __lhs followed by @a __rhs.</span>
<a name="l02072"></a>02072 <span class="comment">   */</span>
<a name="l02073"></a>02073   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02074"></a>02074        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02075"></a>02075     __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;
<a name="l02076"></a>02076     operator+(_CharT __lhs,
<a name="l02077"></a>02077           <span class="keyword">const</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp; __rhs);
<a name="l02078"></a>02078 <span class="comment"></span>
<a name="l02079"></a>02079 <span class="comment">  /**</span>
<a name="l02080"></a>02080 <span class="comment">   *  @brief  Concatenate string and C string.</span>
<a name="l02081"></a>02081 <span class="comment">   *  @param __lhs  First string.</span>
<a name="l02082"></a>02082 <span class="comment">   *  @param __rhs  Last string.</span>
<a name="l02083"></a>02083 <span class="comment">   *  @return  New string with @a __lhs followed by @a __rhs.</span>
<a name="l02084"></a>02084 <span class="comment">   */</span>
<a name="l02085"></a>02085   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02086"></a>02086        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02087"></a>02087     __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;
<a name="l02088"></a>02088     operator+(<span class="keyword">const</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp; __lhs,
<a name="l02089"></a>02089           <span class="keyword">const</span> _CharT* __rhs);
<a name="l02090"></a>02090 <span class="comment"></span>
<a name="l02091"></a>02091 <span class="comment">  /**</span>
<a name="l02092"></a>02092 <span class="comment">   *  @brief  Concatenate string and character.</span>
<a name="l02093"></a>02093 <span class="comment">   *  @param __lhs  First string.</span>
<a name="l02094"></a>02094 <span class="comment">   *  @param __rhs  Last string.</span>
<a name="l02095"></a>02095 <span class="comment">   *  @return  New string with @a __lhs followed by @a __rhs.</span>
<a name="l02096"></a>02096 <span class="comment">   */</span>
<a name="l02097"></a>02097   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02098"></a>02098        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02099"></a>02099     __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;
<a name="l02100"></a>02100     operator+(<span class="keyword">const</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp; __lhs,
<a name="l02101"></a>02101           _CharT __rhs);
<a name="l02102"></a>02102 
<a name="l02103"></a>02103 <span class="preprocessor">#ifdef __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l02104"></a>02104 <span class="preprocessor"></span>  <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02105"></a>02105        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02106"></a>02106     <span class="keyword">inline</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;
<a name="l02107"></a>02107     operator+(__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp;&amp; __lhs,
<a name="l02108"></a>02108           <span class="keyword">const</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp; __rhs)
<a name="l02109"></a>02109     { <span class="keywordflow">return</span> std::move(__lhs.append(__rhs)); }
<a name="l02110"></a>02110 
<a name="l02111"></a>02111   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02112"></a>02112        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02113"></a>02113     <span class="keyword">inline</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;
<a name="l02114"></a>02114     operator+(<span class="keyword">const</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp; __lhs,
<a name="l02115"></a>02115           __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp;&amp; __rhs)
<a name="l02116"></a>02116     { <span class="keywordflow">return</span> std::move(__rhs.insert(0, __lhs)); }
<a name="l02117"></a>02117 
<a name="l02118"></a>02118   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02119"></a>02119        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02120"></a>02120     <span class="keyword">inline</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;
<a name="l02121"></a>02121     operator+(__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp;&amp; __lhs,
<a name="l02122"></a>02122           __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp;&amp; __rhs)
<a name="l02123"></a>02123     {
<a name="l02124"></a>02124       <span class="keyword">const</span> <span class="keyword">auto</span> __size = __lhs.size() + __rhs.size();
<a name="l02125"></a>02125       <span class="keyword">const</span> <span class="keywordtype">bool</span> __cond = (__size &gt; __lhs.capacity()
<a name="l02126"></a>02126                &amp;&amp; __size &lt;= __rhs.capacity());
<a name="l02127"></a>02127       <span class="keywordflow">return</span> __cond ? std::move(__rhs.insert(0, __lhs))
<a name="l02128"></a>02128                 : std::move(__lhs.append(__rhs));
<a name="l02129"></a>02129     }
<a name="l02130"></a>02130 
<a name="l02131"></a>02131   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02132"></a>02132        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02133"></a>02133     <span class="keyword">inline</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;
<a name="l02134"></a>02134     operator+(<span class="keyword">const</span> _CharT* __lhs,
<a name="l02135"></a>02135           __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp;&amp; __rhs)
<a name="l02136"></a>02136     { <span class="keywordflow">return</span> std::move(__rhs.insert(0, __lhs)); }
<a name="l02137"></a>02137 
<a name="l02138"></a>02138   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02139"></a>02139        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02140"></a>02140     <span class="keyword">inline</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;
<a name="l02141"></a>02141     operator+(_CharT __lhs,
<a name="l02142"></a>02142           __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp;&amp; __rhs)
<a name="l02143"></a>02143     { <span class="keywordflow">return</span> std::move(__rhs.insert(0, 1, __lhs)); }
<a name="l02144"></a>02144 
<a name="l02145"></a>02145   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02146"></a>02146        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02147"></a>02147     <span class="keyword">inline</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;
<a name="l02148"></a>02148     operator+(__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp;&amp; __lhs,
<a name="l02149"></a>02149           <span class="keyword">const</span> _CharT* __rhs)
<a name="l02150"></a>02150     { <span class="keywordflow">return</span> std::move(__lhs.append(__rhs)); }
<a name="l02151"></a>02151 
<a name="l02152"></a>02152   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02153"></a>02153        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02154"></a>02154     <span class="keyword">inline</span> __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;
<a name="l02155"></a>02155     operator+(__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp;&amp; __lhs,
<a name="l02156"></a>02156           _CharT __rhs)
<a name="l02157"></a>02157     { <span class="keywordflow">return</span> std::move(__lhs.append(1, __rhs)); }
<a name="l02158"></a>02158 <span class="preprocessor">#endif</span>
<a name="l02159"></a>02159 <span class="preprocessor"></span>
<a name="l02160"></a>02160   <span class="comment">// operator ==</span><span class="comment"></span>
<a name="l02161"></a>02161 <span class="comment">  /**</span>
<a name="l02162"></a>02162 <span class="comment">   *  @brief  Test equivalence of two strings.</span>
<a name="l02163"></a>02163 <span class="comment">   *  @param __lhs  First string.</span>
<a name="l02164"></a>02164 <span class="comment">   *  @param __rhs  Second string.</span>
<a name="l02165"></a>02165 <span class="comment">   *  @return  True if @a __lhs.compare(@a __rhs) == 0.  False otherwise.</span>
<a name="l02166"></a>02166 <span class="comment">   */</span>
<a name="l02167"></a>02167   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02168"></a>02168        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02169"></a>02169     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02170"></a><a class="code" href="a01125.html#ab7f20fab70533d34126f3044140f2730">02170</a>     operator==(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __lhs,
<a name="l02171"></a>02171            <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __rhs)
<a name="l02172"></a>02172     { <span class="keywordflow">return</span> __lhs.<a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(__rhs) == 0; }
<a name="l02173"></a>02173 
<a name="l02174"></a>02174   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT,
<a name="l02175"></a>02175        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02176"></a>02176     <span class="keyword">inline</span> <span class="keyword">typename</span> __enable_if&lt;std::__is_char&lt;_CharT&gt;::__value, <span class="keywordtype">bool</span>&gt;::__type
<a name="l02177"></a>02177     operator==(<span class="keyword">const</span> __versa_string&lt;_CharT, <a class="code" href="a00415.html" title="Basis for explicit traits specializations.">std::char_traits&lt;_CharT&gt;</a>,
<a name="l02178"></a>02178            <a class="code" href="a00246.html" title="The standard allocator, as per [20.4].Further details: http://gcc.gnu.org/onlinedocs/libstdc++/manual...">std::allocator&lt;_CharT&gt;</a>, _Base&gt;&amp; __lhs,
<a name="l02179"></a>02179            <span class="keyword">const</span> __versa_string&lt;_CharT, <a class="code" href="a00415.html" title="Basis for explicit traits specializations.">std::char_traits&lt;_CharT&gt;</a>,
<a name="l02180"></a>02180            <a class="code" href="a00246.html" title="The standard allocator, as per [20.4].Further details: http://gcc.gnu.org/onlinedocs/libstdc++/manual...">std::allocator&lt;_CharT&gt;</a>, _Base&gt;&amp; __rhs)
<a name="l02181"></a>02181     { <span class="keywordflow">return</span> (__lhs.size() == __rhs.size()
<a name="l02182"></a>02182           &amp;&amp; !<a class="code" href="a00415.html" title="Basis for explicit traits specializations.">std::char_traits&lt;_CharT&gt;::compare</a>(__lhs.data(), __rhs.data(),
<a name="l02183"></a>02183                             __lhs.size())); }
<a name="l02184"></a>02184 <span class="comment"></span>
<a name="l02185"></a>02185 <span class="comment">  /**</span>
<a name="l02186"></a>02186 <span class="comment">   *  @brief  Test equivalence of C string and string.</span>
<a name="l02187"></a>02187 <span class="comment">   *  @param __lhs  C string.</span>
<a name="l02188"></a>02188 <span class="comment">   *  @param __rhs  String.</span>
<a name="l02189"></a>02189 <span class="comment">   *  @return  True if @a __rhs.compare(@a __lhs) == 0.  False otherwise.</span>
<a name="l02190"></a>02190 <span class="comment">   */</span>
<a name="l02191"></a>02191   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02192"></a>02192        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02193"></a>02193     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02194"></a><a class="code" href="a01125.html#a7343082b1cc137a58a8b03fd56332f62">02194</a>     operator==(<span class="keyword">const</span> _CharT* __lhs,
<a name="l02195"></a>02195            <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __rhs)
<a name="l02196"></a>02196     { <span class="keywordflow">return</span> __rhs.<a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(__lhs) == 0; }
<a name="l02197"></a>02197 <span class="comment"></span>
<a name="l02198"></a>02198 <span class="comment">  /**</span>
<a name="l02199"></a>02199 <span class="comment">   *  @brief  Test equivalence of string and C string.</span>
<a name="l02200"></a>02200 <span class="comment">   *  @param __lhs  String.</span>
<a name="l02201"></a>02201 <span class="comment">   *  @param __rhs  C string.</span>
<a name="l02202"></a>02202 <span class="comment">   *  @return  True if @a __lhs.compare(@a __rhs) == 0.  False otherwise.</span>
<a name="l02203"></a>02203 <span class="comment">   */</span>
<a name="l02204"></a>02204   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02205"></a>02205        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02206"></a>02206     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02207"></a><a class="code" href="a01125.html#a8be0f873cd3c00ecedc6b075be3c7a1f">02207</a>     operator==(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __lhs,
<a name="l02208"></a>02208            <span class="keyword">const</span> _CharT* __rhs)
<a name="l02209"></a>02209     { <span class="keywordflow">return</span> __lhs.<a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(__rhs) == 0; }
<a name="l02210"></a>02210 
<a name="l02211"></a>02211   <span class="comment">// operator !=</span><span class="comment"></span>
<a name="l02212"></a>02212 <span class="comment">  /**</span>
<a name="l02213"></a>02213 <span class="comment">   *  @brief  Test difference of two strings.</span>
<a name="l02214"></a>02214 <span class="comment">   *  @param __lhs  First string.</span>
<a name="l02215"></a>02215 <span class="comment">   *  @param __rhs  Second string.</span>
<a name="l02216"></a>02216 <span class="comment">   *  @return  True if @a __lhs.compare(@a __rhs) != 0.  False otherwise.</span>
<a name="l02217"></a>02217 <span class="comment">   */</span>
<a name="l02218"></a>02218   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02219"></a>02219        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02220"></a>02220     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02221"></a><a class="code" href="a01125.html#a079eafb41e9b5e298b17b9019fc677f3">02221</a>     operator!=(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __lhs,
<a name="l02222"></a>02222            <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __rhs)
<a name="l02223"></a>02223     { <span class="keywordflow">return</span> !(__lhs == __rhs); }
<a name="l02224"></a>02224 <span class="comment"></span>
<a name="l02225"></a>02225 <span class="comment">  /**</span>
<a name="l02226"></a>02226 <span class="comment">   *  @brief  Test difference of C string and string.</span>
<a name="l02227"></a>02227 <span class="comment">   *  @param __lhs  C string.</span>
<a name="l02228"></a>02228 <span class="comment">   *  @param __rhs  String.</span>
<a name="l02229"></a>02229 <span class="comment">   *  @return  True if @a __rhs.compare(@a __lhs) != 0.  False otherwise.</span>
<a name="l02230"></a>02230 <span class="comment">   */</span>
<a name="l02231"></a>02231   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02232"></a>02232        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02233"></a>02233     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02234"></a><a class="code" href="a01125.html#a88b4400cea7c6b6d4e9f049d72a392d1">02234</a>     operator!=(<span class="keyword">const</span> _CharT* __lhs,
<a name="l02235"></a>02235            <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __rhs)
<a name="l02236"></a>02236     { <span class="keywordflow">return</span> !(__lhs == __rhs); }
<a name="l02237"></a>02237 <span class="comment"></span>
<a name="l02238"></a>02238 <span class="comment">  /**</span>
<a name="l02239"></a>02239 <span class="comment">   *  @brief  Test difference of string and C string.</span>
<a name="l02240"></a>02240 <span class="comment">   *  @param __lhs  String.</span>
<a name="l02241"></a>02241 <span class="comment">   *  @param __rhs  C string.</span>
<a name="l02242"></a>02242 <span class="comment">   *  @return  True if @a __lhs.compare(@a __rhs) != 0.  False otherwise.</span>
<a name="l02243"></a>02243 <span class="comment">   */</span>
<a name="l02244"></a>02244   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02245"></a>02245        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02246"></a>02246     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02247"></a><a class="code" href="a01125.html#a59d315b3aa5503798a8f25150e864ad7">02247</a>     operator!=(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __lhs,
<a name="l02248"></a>02248            <span class="keyword">const</span> _CharT* __rhs)
<a name="l02249"></a>02249     { <span class="keywordflow">return</span> !(__lhs == __rhs); }
<a name="l02250"></a>02250 
<a name="l02251"></a>02251   <span class="comment">// operator &lt;</span><span class="comment"></span>
<a name="l02252"></a>02252 <span class="comment">  /**</span>
<a name="l02253"></a>02253 <span class="comment">   *  @brief  Test if string precedes string.</span>
<a name="l02254"></a>02254 <span class="comment">   *  @param __lhs  First string.</span>
<a name="l02255"></a>02255 <span class="comment">   *  @param __rhs  Second string.</span>
<a name="l02256"></a>02256 <span class="comment">   *  @return  True if @a __lhs precedes @a __rhs.  False otherwise.</span>
<a name="l02257"></a>02257 <span class="comment">   */</span>
<a name="l02258"></a>02258   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02259"></a>02259        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02260"></a>02260     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02261"></a><a class="code" href="a01125.html#a825c0341d6699159b1aa74de14a5f228">02261</a>     operator&lt;(const __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp; __lhs,
<a name="l02262"></a>02262           <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __rhs)
<a name="l02263"></a>02263     { <span class="keywordflow">return</span> __lhs.<a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(__rhs) &lt; 0; }
<a name="l02264"></a>02264 <span class="comment"></span>
<a name="l02265"></a>02265 <span class="comment">  /**</span>
<a name="l02266"></a>02266 <span class="comment">   *  @brief  Test if string precedes C string.</span>
<a name="l02267"></a>02267 <span class="comment">   *  @param __lhs  String.</span>
<a name="l02268"></a>02268 <span class="comment">   *  @param __rhs  C string.</span>
<a name="l02269"></a>02269 <span class="comment">   *  @return  True if @a __lhs precedes @a __rhs.  False otherwise.</span>
<a name="l02270"></a>02270 <span class="comment">   */</span>
<a name="l02271"></a>02271   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02272"></a>02272        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02273"></a>02273     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02274"></a><a class="code" href="a01125.html#a6b48b96993cfa7d289902561e539f61d">02274</a>     operator&lt;(const __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp; __lhs,
<a name="l02275"></a>02275           <span class="keyword">const</span> _CharT* __rhs)
<a name="l02276"></a>02276     { <span class="keywordflow">return</span> __lhs.compare(__rhs) &lt; 0; }
<a name="l02277"></a>02277 <span class="comment"></span>
<a name="l02278"></a>02278 <span class="comment">  /**</span>
<a name="l02279"></a>02279 <span class="comment">   *  @brief  Test if C string precedes string.</span>
<a name="l02280"></a>02280 <span class="comment">   *  @param __lhs  C string.</span>
<a name="l02281"></a>02281 <span class="comment">   *  @param __rhs  String.</span>
<a name="l02282"></a>02282 <span class="comment">   *  @return  True if @a __lhs precedes @a __rhs.  False otherwise.</span>
<a name="l02283"></a>02283 <span class="comment">   */</span>
<a name="l02284"></a>02284   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02285"></a>02285        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02286"></a>02286     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02287"></a><a class="code" href="a01125.html#aa9e8a7805ab22030ee88c285ec004e92">02287</a>     operator&lt;(<span class="keyword">const</span> _CharT* __lhs,
<a name="l02288"></a>02288           <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __rhs)
<a name="l02289"></a>02289     { <span class="keywordflow">return</span> __rhs.<a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(__lhs) &gt; 0; }
<a name="l02290"></a>02290 
<a name="l02291"></a>02291   <span class="comment">// operator &gt;</span><span class="comment"></span>
<a name="l02292"></a>02292 <span class="comment">  /**</span>
<a name="l02293"></a>02293 <span class="comment">   *  @brief  Test if string follows string.</span>
<a name="l02294"></a>02294 <span class="comment">   *  @param __lhs  First string.</span>
<a name="l02295"></a>02295 <span class="comment">   *  @param __rhs  Second string.</span>
<a name="l02296"></a>02296 <span class="comment">   *  @return  True if @a __lhs follows @a __rhs.  False otherwise.</span>
<a name="l02297"></a>02297 <span class="comment">   */</span>
<a name="l02298"></a>02298   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02299"></a>02299        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02300"></a>02300     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02301"></a><a class="code" href="a01125.html#aa5a0cc40ba5107b704fccdfa9dce8f1a">02301</a>     operator&gt;(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __lhs,
<a name="l02302"></a>02302           <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __rhs)
<a name="l02303"></a>02303     { <span class="keywordflow">return</span> __lhs.<a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(__rhs) &gt; 0; }
<a name="l02304"></a>02304 <span class="comment"></span>
<a name="l02305"></a>02305 <span class="comment">  /**</span>
<a name="l02306"></a>02306 <span class="comment">   *  @brief  Test if string follows C string.</span>
<a name="l02307"></a>02307 <span class="comment">   *  @param __lhs  String.</span>
<a name="l02308"></a>02308 <span class="comment">   *  @param __rhs  C string.</span>
<a name="l02309"></a>02309 <span class="comment">   *  @return  True if @a __lhs follows @a __rhs.  False otherwise.</span>
<a name="l02310"></a>02310 <span class="comment">   */</span>
<a name="l02311"></a>02311   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02312"></a>02312        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02313"></a>02313     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02314"></a><a class="code" href="a01125.html#a493e663bf6818bf41ad34e372ecc6e5f">02314</a>     operator&gt;(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __lhs,
<a name="l02315"></a>02315           <span class="keyword">const</span> _CharT* __rhs)
<a name="l02316"></a>02316     { <span class="keywordflow">return</span> __lhs.<a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(__rhs) &gt; 0; }
<a name="l02317"></a>02317 <span class="comment"></span>
<a name="l02318"></a>02318 <span class="comment">  /**</span>
<a name="l02319"></a>02319 <span class="comment">   *  @brief  Test if C string follows string.</span>
<a name="l02320"></a>02320 <span class="comment">   *  @param __lhs  C string.</span>
<a name="l02321"></a>02321 <span class="comment">   *  @param __rhs  String.</span>
<a name="l02322"></a>02322 <span class="comment">   *  @return  True if @a __lhs follows @a __rhs.  False otherwise.</span>
<a name="l02323"></a>02323 <span class="comment">   */</span>
<a name="l02324"></a>02324   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02325"></a>02325        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02326"></a>02326     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02327"></a><a class="code" href="a01125.html#a5b64acaa6ccc3059f79b6589d35eee02">02327</a>     operator&gt;(<span class="keyword">const</span> _CharT* __lhs,
<a name="l02328"></a>02328           <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __rhs)
<a name="l02329"></a>02329     { <span class="keywordflow">return</span> __rhs.<a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(__lhs) &lt; 0; }
<a name="l02330"></a>02330 
<a name="l02331"></a>02331   <span class="comment">// operator &lt;=</span><span class="comment"></span>
<a name="l02332"></a>02332 <span class="comment">  /**</span>
<a name="l02333"></a>02333 <span class="comment">   *  @brief  Test if string doesn&#39;t follow string.</span>
<a name="l02334"></a>02334 <span class="comment">   *  @param __lhs  First string.</span>
<a name="l02335"></a>02335 <span class="comment">   *  @param __rhs  Second string.</span>
<a name="l02336"></a>02336 <span class="comment">   *  @return  True if @a __lhs doesn&#39;t follow @a __rhs.  False otherwise.</span>
<a name="l02337"></a>02337 <span class="comment">   */</span>
<a name="l02338"></a>02338   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02339"></a>02339        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02340"></a>02340     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02341"></a><a class="code" href="a01125.html#abc8ee4ffd1a65dae3c691da70c28a348">02341</a>     operator&lt;=(const __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp; __lhs,
<a name="l02342"></a>02342            <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __rhs)
<a name="l02343"></a>02343     { <span class="keywordflow">return</span> __lhs.<a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(__rhs) &lt;= 0; }
<a name="l02344"></a>02344 <span class="comment"></span>
<a name="l02345"></a>02345 <span class="comment">  /**</span>
<a name="l02346"></a>02346 <span class="comment">   *  @brief  Test if string doesn&#39;t follow C string.</span>
<a name="l02347"></a>02347 <span class="comment">   *  @param __lhs  String.</span>
<a name="l02348"></a>02348 <span class="comment">   *  @param __rhs  C string.</span>
<a name="l02349"></a>02349 <span class="comment">   *  @return  True if @a __lhs doesn&#39;t follow @a __rhs.  False otherwise.</span>
<a name="l02350"></a>02350 <span class="comment">   */</span>
<a name="l02351"></a>02351   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02352"></a>02352        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02353"></a>02353     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02354"></a><a class="code" href="a01125.html#a7997f381a56fbf011441f8f84cf3c004">02354</a>     operator&lt;=(const __versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;&amp; __lhs,
<a name="l02355"></a>02355            <span class="keyword">const</span> _CharT* __rhs)
<a name="l02356"></a>02356     { <span class="keywordflow">return</span> __lhs.compare(__rhs) &lt;= 0; }
<a name="l02357"></a>02357 <span class="comment"></span>
<a name="l02358"></a>02358 <span class="comment">  /**</span>
<a name="l02359"></a>02359 <span class="comment">   *  @brief  Test if C string doesn&#39;t follow string.</span>
<a name="l02360"></a>02360 <span class="comment">   *  @param __lhs  C string.</span>
<a name="l02361"></a>02361 <span class="comment">   *  @param __rhs  String.</span>
<a name="l02362"></a>02362 <span class="comment">   *  @return  True if @a __lhs doesn&#39;t follow @a __rhs.  False otherwise.</span>
<a name="l02363"></a>02363 <span class="comment">   */</span>
<a name="l02364"></a>02364   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02365"></a>02365        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02366"></a>02366     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02367"></a><a class="code" href="a01125.html#a2e13ba7e5ea17945ccb2927555d4dab8">02367</a>     operator&lt;=(<span class="keyword">const</span> _CharT* __lhs,
<a name="l02368"></a>02368            <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __rhs)
<a name="l02369"></a>02369     { <span class="keywordflow">return</span> __rhs.<a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(__lhs) &gt;= 0; }
<a name="l02370"></a>02370 
<a name="l02371"></a>02371   <span class="comment">// operator &gt;=</span><span class="comment"></span>
<a name="l02372"></a>02372 <span class="comment">  /**</span>
<a name="l02373"></a>02373 <span class="comment">   *  @brief  Test if string doesn&#39;t precede string.</span>
<a name="l02374"></a>02374 <span class="comment">   *  @param __lhs  First string.</span>
<a name="l02375"></a>02375 <span class="comment">   *  @param __rhs  Second string.</span>
<a name="l02376"></a>02376 <span class="comment">   *  @return  True if @a __lhs doesn&#39;t precede @a __rhs.  False otherwise.</span>
<a name="l02377"></a>02377 <span class="comment">   */</span>
<a name="l02378"></a>02378   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02379"></a>02379        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02380"></a>02380     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02381"></a><a class="code" href="a01125.html#a169496b6909de8c5fa6c4fea697c7144">02381</a>     operator&gt;=(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __lhs,
<a name="l02382"></a>02382            <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __rhs)
<a name="l02383"></a>02383     { <span class="keywordflow">return</span> __lhs.<a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(__rhs) &gt;= 0; }
<a name="l02384"></a>02384 <span class="comment"></span>
<a name="l02385"></a>02385 <span class="comment">  /**</span>
<a name="l02386"></a>02386 <span class="comment">   *  @brief  Test if string doesn&#39;t precede C string.</span>
<a name="l02387"></a>02387 <span class="comment">   *  @param __lhs  String.</span>
<a name="l02388"></a>02388 <span class="comment">   *  @param __rhs  C string.</span>
<a name="l02389"></a>02389 <span class="comment">   *  @return  True if @a __lhs doesn&#39;t precede @a __rhs.  False otherwise.</span>
<a name="l02390"></a>02390 <span class="comment">   */</span>
<a name="l02391"></a>02391   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02392"></a>02392        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02393"></a>02393     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02394"></a><a class="code" href="a01125.html#ad9da71110604f164f1852730b049bfd8">02394</a>     operator&gt;=(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __lhs,
<a name="l02395"></a>02395            <span class="keyword">const</span> _CharT* __rhs)
<a name="l02396"></a>02396     { <span class="keywordflow">return</span> __lhs.<a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(__rhs) &gt;= 0; }
<a name="l02397"></a>02397 <span class="comment"></span>
<a name="l02398"></a>02398 <span class="comment">  /**</span>
<a name="l02399"></a>02399 <span class="comment">   *  @brief  Test if C string doesn&#39;t precede string.</span>
<a name="l02400"></a>02400 <span class="comment">   *  @param __lhs  C string.</span>
<a name="l02401"></a>02401 <span class="comment">   *  @param __rhs  String.</span>
<a name="l02402"></a>02402 <span class="comment">   *  @return  True if @a __lhs doesn&#39;t precede @a __rhs.  False otherwise.</span>
<a name="l02403"></a>02403 <span class="comment">   */</span>
<a name="l02404"></a>02404   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02405"></a>02405        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02406"></a>02406     <span class="keyword">inline</span> <span class="keywordtype">bool</span>
<a name="l02407"></a><a class="code" href="a01125.html#a0ebdf8990492fc8bd7d485e5b333db62">02407</a>     operator&gt;=(<span class="keyword">const</span> _CharT* __lhs,
<a name="l02408"></a>02408            <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __rhs)
<a name="l02409"></a>02409     { <span class="keywordflow">return</span> __rhs.<a class="code" href="a00019.html#a349710cc3e4f6358d074e33b9bb24214" title="Compare to a string.">compare</a>(__lhs) &lt;= 0; }
<a name="l02410"></a>02410 <span class="comment"></span>
<a name="l02411"></a>02411 <span class="comment">  /**</span>
<a name="l02412"></a>02412 <span class="comment">   *  @brief  Swap contents of two strings.</span>
<a name="l02413"></a>02413 <span class="comment">   *  @param __lhs  First string.</span>
<a name="l02414"></a>02414 <span class="comment">   *  @param __rhs  Second string.</span>
<a name="l02415"></a>02415 <span class="comment">   *</span>
<a name="l02416"></a>02416 <span class="comment">   *  Exchanges the contents of @a __lhs and @a __rhs in constant time.</span>
<a name="l02417"></a>02417 <span class="comment">   */</span>
<a name="l02418"></a>02418   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02419"></a>02419        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02420"></a>02420     <span class="keyword">inline</span> <span class="keywordtype">void</span>
<a name="l02421"></a><a class="code" href="a01125.html#a79e73df8aa498552b987a8c51fae2b1f">02421</a>     swap(<a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __lhs,
<a name="l02422"></a>02422      <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __rhs)
<a name="l02423"></a>02423     { __lhs.<a class="code" href="a00019.html#aa3d09e850cce48ae67aa5ec3cccbbec2" title="Swap contents with another string.">swap</a>(__rhs); }
<a name="l02424"></a>02424 
<a name="l02425"></a>02425 _GLIBCXX_END_NAMESPACE_VERSION
<a name="l02426"></a>02426 } <span class="comment">// namespace</span>
<a name="l02427"></a>02427 
<a name="l02428"></a>02428 <span class="keyword">namespace </span>std _GLIBCXX_VISIBILITY(default)
<a name="l02429"></a>02429 {
<a name="l02430"></a>02430 _GLIBCXX_BEGIN_NAMESPACE_VERSION
<a name="l02431"></a>02431 <span class="comment"></span>
<a name="l02432"></a>02432 <span class="comment">  /**</span>
<a name="l02433"></a>02433 <span class="comment">   *  @brief  Read stream into a string.</span>
<a name="l02434"></a>02434 <span class="comment">   *  @param __is  Input stream.</span>
<a name="l02435"></a>02435 <span class="comment">   *  @param __str  Buffer to store into.</span>
<a name="l02436"></a>02436 <span class="comment">   *  @return  Reference to the input stream.</span>
<a name="l02437"></a>02437 <span class="comment">   *</span>
<a name="l02438"></a>02438 <span class="comment">   *  Stores characters from @a __is into @a __str until whitespace is</span>
<a name="l02439"></a>02439 <span class="comment">   *  found, the end of the stream is encountered, or str.max_size()</span>
<a name="l02440"></a>02440 <span class="comment">   *  is reached.  If is.width() is non-zero, that is the limit on the</span>
<a name="l02441"></a>02441 <span class="comment">   *  number of characters stored into @a __str.  Any previous</span>
<a name="l02442"></a>02442 <span class="comment">   *  contents of @a __str are erased.</span>
<a name="l02443"></a>02443 <span class="comment">   */</span>
<a name="l02444"></a>02444   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02445"></a>02445            <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02446"></a>02446     basic_istream&lt;_CharT, _Traits&gt;&amp;
<a name="l02447"></a>02447     <a class="code" href="a01137.html#afa940797b1320a42fb76010d48ee8220" title="Self-explanatory.">operator&gt;&gt;</a>(basic_istream&lt;_CharT, _Traits&gt;&amp; __is,
<a name="l02448"></a>02448            <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__gnu_cxx::__versa_string</a>&lt;_CharT, _Traits,
<a name="l02449"></a>02449                                      _Alloc, _Base&gt;&amp; __str);
<a name="l02450"></a>02450 <span class="comment"></span>
<a name="l02451"></a>02451 <span class="comment">  /**</span>
<a name="l02452"></a>02452 <span class="comment">   *  @brief  Write string to a stream.</span>
<a name="l02453"></a>02453 <span class="comment">   *  @param __os  Output stream.</span>
<a name="l02454"></a>02454 <span class="comment">   *  @param __str  String to write out.</span>
<a name="l02455"></a>02455 <span class="comment">   *  @return  Reference to the output stream.</span>
<a name="l02456"></a>02456 <span class="comment">   *</span>
<a name="l02457"></a>02457 <span class="comment">   *  Output characters of @a __str into os following the same rules as for</span>
<a name="l02458"></a>02458 <span class="comment">   *  writing a C string.</span>
<a name="l02459"></a>02459 <span class="comment">   */</span>
<a name="l02460"></a>02460   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02461"></a>02461        <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02462"></a>02462     <span class="keyword">inline</span> basic_ostream&lt;_CharT, _Traits&gt;&amp;
<a name="l02463"></a><a class="code" href="a01137.html#a78027c32e1f3f74f1309158b420eb220">02463</a>     operator&lt;&lt;(basic_ostream&lt;_CharT, _Traits&gt;&amp; __os,
<a name="l02464"></a>02464            <span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__gnu_cxx::__versa_string</a>&lt;_CharT, _Traits, _Alloc,
<a name="l02465"></a>02465            _Base&gt;&amp; __str)
<a name="l02466"></a>02466     {
<a name="l02467"></a>02467       <span class="comment">// _GLIBCXX_RESOLVE_LIB_DEFECTS</span>
<a name="l02468"></a>02468       <span class="comment">// 586. string inserter not a formatted function</span>
<a name="l02469"></a>02469       <span class="keywordflow">return</span> __ostream_insert(__os, __str.data(), __str.size());
<a name="l02470"></a>02470     }
<a name="l02471"></a>02471 <span class="comment"></span>
<a name="l02472"></a>02472 <span class="comment">  /**</span>
<a name="l02473"></a>02473 <span class="comment">   *  @brief  Read a line from stream into a string.</span>
<a name="l02474"></a>02474 <span class="comment">   *  @param __is  Input stream.</span>
<a name="l02475"></a>02475 <span class="comment">   *  @param __str  Buffer to store into.</span>
<a name="l02476"></a>02476 <span class="comment">   *  @param __delim  Character marking end of line.</span>
<a name="l02477"></a>02477 <span class="comment">   *  @return  Reference to the input stream.</span>
<a name="l02478"></a>02478 <span class="comment">   *</span>
<a name="l02479"></a>02479 <span class="comment">   *  Stores characters from @a __is into @a __str until @a __delim is</span>
<a name="l02480"></a>02480 <span class="comment">   *  found, the end of the stream is encountered, or str.max_size()</span>
<a name="l02481"></a>02481 <span class="comment">   *  is reached.  If is.width() is non-zero, that is the limit on the</span>
<a name="l02482"></a>02482 <span class="comment">   *  number of characters stored into @a __str.  Any previous</span>
<a name="l02483"></a>02483 <span class="comment">   *  contents of @a __str are erased.  If @a delim was encountered,</span>
<a name="l02484"></a>02484 <span class="comment">   *  it is extracted but not stored into @a __str.</span>
<a name="l02485"></a>02485 <span class="comment">   */</span>
<a name="l02486"></a>02486   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02487"></a>02487            <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02488"></a>02488     basic_istream&lt;_CharT, _Traits&gt;&amp;
<a name="l02489"></a>02489     <a class="code" href="a01137.html#a0a6f448d4c39f090952756cd157c3f23" title="Read a line from stream into a string.">getline</a>(basic_istream&lt;_CharT, _Traits&gt;&amp; __is,
<a name="l02490"></a>02490         <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__gnu_cxx::__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __str,
<a name="l02491"></a>02491         _CharT __delim);
<a name="l02492"></a>02492 <span class="comment"></span>
<a name="l02493"></a>02493 <span class="comment">  /**</span>
<a name="l02494"></a>02494 <span class="comment">   *  @brief  Read a line from stream into a string.</span>
<a name="l02495"></a>02495 <span class="comment">   *  @param __is  Input stream.</span>
<a name="l02496"></a>02496 <span class="comment">   *  @param __str  Buffer to store into.</span>
<a name="l02497"></a>02497 <span class="comment">   *  @return  Reference to the input stream.</span>
<a name="l02498"></a>02498 <span class="comment">   *</span>
<a name="l02499"></a>02499 <span class="comment">   *  Stores characters from is into @a __str until &amp;apos;\n&amp;apos; is</span>
<a name="l02500"></a>02500 <span class="comment">   *  found, the end of the stream is encountered, or str.max_size()</span>
<a name="l02501"></a>02501 <span class="comment">   *  is reached.  If is.width() is non-zero, that is the limit on the</span>
<a name="l02502"></a>02502 <span class="comment">   *  number of characters stored into @a __str.  Any previous</span>
<a name="l02503"></a>02503 <span class="comment">   *  contents of @a __str are erased.  If end of line was</span>
<a name="l02504"></a>02504 <span class="comment">   *  encountered, it is extracted but not stored into @a __str.</span>
<a name="l02505"></a>02505 <span class="comment">   */</span>
<a name="l02506"></a>02506   <span class="keyword">template</span>&lt;<span class="keyword">typename</span> _CharT, <span class="keyword">typename</span> _Traits, <span class="keyword">typename</span> _Alloc,
<a name="l02507"></a>02507            <span class="keyword">template</span> &lt;<span class="keyword">typename</span>, <span class="keyword">typename</span>, <span class="keyword">typename</span>&gt; <span class="keyword">class </span>_Base&gt;
<a name="l02508"></a>02508     <span class="keyword">inline</span> basic_istream&lt;_CharT, _Traits&gt;&amp;
<a name="l02509"></a><a class="code" href="a01137.html#af6c3744142519a74aff877c03ce2c288">02509</a>     <a class="code" href="a01137.html#a0a6f448d4c39f090952756cd157c3f23" title="Read a line from stream into a string.">getline</a>(<a class="code" href="a00250.html" title="Controlling input.This is the base class for all input streams. It provides text formatting of all bu...">basic_istream&lt;_CharT, _Traits&gt;</a>&amp; __is,
<a name="l02510"></a>02510         <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__gnu_cxx::__versa_string&lt;_CharT, _Traits, _Alloc, _Base&gt;</a>&amp; __str)
<a name="l02511"></a>02511     { <span class="keywordflow">return</span> <a class="code" href="a01137.html#a0a6f448d4c39f090952756cd157c3f23" title="Read a line from stream into a string.">getline</a>(__is, __str, __is.<a class="code" href="a00248.html#a63ba1837d2b677a42c5ab9be0d491b28" title="Widens characters.">widen</a>(<span class="charliteral">&#39;\n&#39;</span>)); }      
<a name="l02512"></a>02512 
<a name="l02513"></a>02513 _GLIBCXX_END_NAMESPACE_VERSION
<a name="l02514"></a>02514 } <span class="comment">// namespace</span>
<a name="l02515"></a>02515 
<a name="l02516"></a>02516 <span class="preprocessor">#if (defined(__GXX_EXPERIMENTAL_CXX0X__) &amp;&amp; defined(_GLIBCXX_USE_C99))</span>
<a name="l02517"></a>02517 <span class="preprocessor"></span>
<a name="l02518"></a>02518 <span class="preprocessor">#include &lt;<a class="code" href="a01076.html">ext/string_conversions.h</a>&gt;</span>
<a name="l02519"></a>02519 
<a name="l02520"></a>02520 <span class="keyword">namespace </span>__gnu_cxx _GLIBCXX_VISIBILITY(default)
<a name="l02521"></a>02521 {
<a name="l02522"></a>02522 _GLIBCXX_BEGIN_NAMESPACE_VERSION
<a name="l02523"></a>02523 
<a name="l02524"></a>02524   <span class="comment">// 21.4 Numeric Conversions [string.conversions].</span>
<a name="l02525"></a>02525   <span class="keyword">inline</span> <span class="keywordtype">int</span>
<a name="l02526"></a>02526   stoi(<span class="keyword">const</span> __vstring&amp; __str, std::size_t* __idx = 0, <span class="keywordtype">int</span> <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a> = 10)
<a name="l02527"></a>02527   { <span class="keywordflow">return</span> __gnu_cxx::__stoa&lt;long, int&gt;(&amp;std::strtol, <span class="stringliteral">&quot;stoi&quot;</span>, __str.c_str(),
<a name="l02528"></a>02528                     __idx, <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a>); }
<a name="l02529"></a>02529 
<a name="l02530"></a>02530   <span class="keyword">inline</span> <span class="keywordtype">long</span>
<a name="l02531"></a>02531   stol(<span class="keyword">const</span> __vstring&amp; __str, std::size_t* __idx = 0, <span class="keywordtype">int</span> <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a> = 10)
<a name="l02532"></a>02532   { <span class="keywordflow">return</span> __gnu_cxx::__stoa(&amp;std::strtol, <span class="stringliteral">&quot;stol&quot;</span>, __str.c_str(),
<a name="l02533"></a>02533                  __idx, <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a>); }
<a name="l02534"></a>02534 
<a name="l02535"></a>02535   <span class="keyword">inline</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>
<a name="l02536"></a>02536   stoul(<span class="keyword">const</span> __vstring&amp; __str, std::size_t* __idx = 0, <span class="keywordtype">int</span> <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a> = 10)
<a name="l02537"></a>02537   { <span class="keywordflow">return</span> __gnu_cxx::__stoa(&amp;std::strtoul, <span class="stringliteral">&quot;stoul&quot;</span>, __str.c_str(),
<a name="l02538"></a>02538                  __idx, <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a>); }
<a name="l02539"></a>02539 
<a name="l02540"></a>02540   <span class="keyword">inline</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span>
<a name="l02541"></a>02541   stoll(<span class="keyword">const</span> __vstring&amp; __str, std::size_t* __idx = 0, <span class="keywordtype">int</span> <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a> = 10)
<a name="l02542"></a>02542   { <span class="keywordflow">return</span> __gnu_cxx::__stoa(&amp;std::strtoll, <span class="stringliteral">&quot;stoll&quot;</span>, __str.c_str(),
<a name="l02543"></a>02543                  __idx, <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a>); }
<a name="l02544"></a>02544 
<a name="l02545"></a>02545   <span class="keyword">inline</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span>
<a name="l02546"></a>02546   stoull(<span class="keyword">const</span> __vstring&amp; __str, std::size_t* __idx, <span class="keywordtype">int</span> <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a> = 10)
<a name="l02547"></a>02547   { <span class="keywordflow">return</span> __gnu_cxx::__stoa(&amp;std::strtoull, <span class="stringliteral">&quot;stoull&quot;</span>, __str.c_str(),
<a name="l02548"></a>02548                  __idx, <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a>); }
<a name="l02549"></a>02549 
<a name="l02550"></a>02550   <span class="comment">// NB: strtof vs strtod.</span>
<a name="l02551"></a>02551   <span class="keyword">inline</span> <span class="keywordtype">float</span>
<a name="l02552"></a>02552   stof(<span class="keyword">const</span> __vstring&amp; __str, std::size_t* __idx = 0)
<a name="l02553"></a>02553   { <span class="keywordflow">return</span> __gnu_cxx::__stoa(&amp;std::strtof, <span class="stringliteral">&quot;stof&quot;</span>, __str.c_str(), __idx); }
<a name="l02554"></a>02554 
<a name="l02555"></a>02555   <span class="keyword">inline</span> <span class="keywordtype">double</span>
<a name="l02556"></a>02556   stod(<span class="keyword">const</span> __vstring&amp; __str, std::size_t* __idx = 0)
<a name="l02557"></a>02557   { <span class="keywordflow">return</span> __gnu_cxx::__stoa(&amp;std::strtod, <span class="stringliteral">&quot;stod&quot;</span>, __str.c_str(), __idx); }
<a name="l02558"></a>02558 
<a name="l02559"></a>02559   <span class="keyword">inline</span> <span class="keywordtype">long</span> <span class="keywordtype">double</span>
<a name="l02560"></a>02560   stold(<span class="keyword">const</span> __vstring&amp; __str, std::size_t* __idx = 0)
<a name="l02561"></a>02561   { <span class="keywordflow">return</span> __gnu_cxx::__stoa(&amp;std::strtold, <span class="stringliteral">&quot;stold&quot;</span>, __str.c_str(), __idx); }
<a name="l02562"></a>02562 
<a name="l02563"></a>02563   <span class="comment">// NB: (v)snprintf vs sprintf.</span>
<a name="l02564"></a>02564 
<a name="l02565"></a>02565   <span class="comment">// DR 1261.</span>
<a name="l02566"></a>02566   <span class="keyword">inline</span> __vstring
<a name="l02567"></a>02567   <a class="code" href="a01137.html#a1ade98dea3ae7ae1c555d21a40a1db69" title="Returns a character interpretation of the bitset.">to_string</a>(<span class="keywordtype">int</span> __val)
<a name="l02568"></a>02568   { <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__vstring&gt;(&amp;std::vsnprintf, 4 * <span class="keyword">sizeof</span>(int),
<a name="l02569"></a>02569                           <span class="stringliteral">&quot;%d&quot;</span>, __val); }
<a name="l02570"></a>02570 
<a name="l02571"></a>02571   <span class="keyword">inline</span> __vstring
<a name="l02572"></a>02572   <a class="code" href="a01137.html#a1ade98dea3ae7ae1c555d21a40a1db69" title="Returns a character interpretation of the bitset.">to_string</a>(<span class="keywordtype">unsigned</span> __val)
<a name="l02573"></a>02573   { <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__vstring&gt;(&amp;std::vsnprintf,
<a name="l02574"></a>02574                           4 * <span class="keyword">sizeof</span>(unsigned),
<a name="l02575"></a>02575                           <span class="stringliteral">&quot;%u&quot;</span>, __val); }
<a name="l02576"></a>02576 
<a name="l02577"></a>02577   <span class="keyword">inline</span> __vstring
<a name="l02578"></a>02578   <a class="code" href="a01137.html#a1ade98dea3ae7ae1c555d21a40a1db69" title="Returns a character interpretation of the bitset.">to_string</a>(<span class="keywordtype">long</span> __val)
<a name="l02579"></a>02579   { <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__vstring&gt;(&amp;std::vsnprintf,
<a name="l02580"></a>02580                           4 * <span class="keyword">sizeof</span>(long),
<a name="l02581"></a>02581                           <span class="stringliteral">&quot;%ld&quot;</span>, __val); }
<a name="l02582"></a>02582 
<a name="l02583"></a>02583   <span class="keyword">inline</span> __vstring
<a name="l02584"></a>02584   <a class="code" href="a01137.html#a1ade98dea3ae7ae1c555d21a40a1db69" title="Returns a character interpretation of the bitset.">to_string</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> __val)
<a name="l02585"></a>02585   { <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__vstring&gt;(&amp;std::vsnprintf,
<a name="l02586"></a>02586                           4 * <span class="keyword">sizeof</span>(<span class="keywordtype">unsigned</span> long),
<a name="l02587"></a>02587                           <span class="stringliteral">&quot;%lu&quot;</span>, __val); }
<a name="l02588"></a>02588 
<a name="l02589"></a>02589 
<a name="l02590"></a>02590   <span class="keyword">inline</span> __vstring
<a name="l02591"></a>02591   <a class="code" href="a01137.html#a1ade98dea3ae7ae1c555d21a40a1db69" title="Returns a character interpretation of the bitset.">to_string</a>(<span class="keywordtype">long</span> <span class="keywordtype">long</span> __val)
<a name="l02592"></a>02592   { <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__vstring&gt;(&amp;std::vsnprintf,
<a name="l02593"></a>02593                           4 * <span class="keyword">sizeof</span>(<span class="keywordtype">long</span> long),
<a name="l02594"></a>02594                           <span class="stringliteral">&quot;%lld&quot;</span>, __val); }
<a name="l02595"></a>02595 
<a name="l02596"></a>02596   <span class="keyword">inline</span> __vstring
<a name="l02597"></a>02597   <a class="code" href="a01137.html#a1ade98dea3ae7ae1c555d21a40a1db69" title="Returns a character interpretation of the bitset.">to_string</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> __val)
<a name="l02598"></a>02598   { <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__vstring&gt;(&amp;std::vsnprintf,
<a name="l02599"></a>02599                           4 * <span class="keyword">sizeof</span>(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> long),
<a name="l02600"></a>02600                           <span class="stringliteral">&quot;%llu&quot;</span>, __val); }
<a name="l02601"></a>02601 
<a name="l02602"></a>02602   <span class="keyword">inline</span> __vstring
<a name="l02603"></a>02603   <a class="code" href="a01137.html#a1ade98dea3ae7ae1c555d21a40a1db69" title="Returns a character interpretation of the bitset.">to_string</a>(<span class="keywordtype">float</span> __val)
<a name="l02604"></a>02604   {
<a name="l02605"></a>02605     <span class="keyword">const</span> <span class="keywordtype">int</span> __n = __numeric_traits&lt;float&gt;::__max_exponent10 + 20;
<a name="l02606"></a>02606     <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__vstring&gt;(&amp;std::vsnprintf, __n,
<a name="l02607"></a>02607                           <span class="stringliteral">&quot;%f&quot;</span>, __val);
<a name="l02608"></a>02608   }
<a name="l02609"></a>02609 
<a name="l02610"></a>02610   <span class="keyword">inline</span> __vstring
<a name="l02611"></a>02611   <a class="code" href="a01137.html#a1ade98dea3ae7ae1c555d21a40a1db69" title="Returns a character interpretation of the bitset.">to_string</a>(<span class="keywordtype">double</span> __val)
<a name="l02612"></a>02612   {
<a name="l02613"></a>02613     <span class="keyword">const</span> <span class="keywordtype">int</span> __n = __numeric_traits&lt;double&gt;::__max_exponent10 + 20;
<a name="l02614"></a>02614     <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__vstring&gt;(&amp;std::vsnprintf, __n,
<a name="l02615"></a>02615                           <span class="stringliteral">&quot;%f&quot;</span>, __val);
<a name="l02616"></a>02616   }
<a name="l02617"></a>02617 
<a name="l02618"></a>02618   <span class="keyword">inline</span> __vstring
<a name="l02619"></a>02619   <a class="code" href="a01137.html#a1ade98dea3ae7ae1c555d21a40a1db69" title="Returns a character interpretation of the bitset.">to_string</a>(<span class="keywordtype">long</span> <span class="keywordtype">double</span> __val)
<a name="l02620"></a>02620   {
<a name="l02621"></a>02621     <span class="keyword">const</span> <span class="keywordtype">int</span> __n = __numeric_traits&lt;long double&gt;::__max_exponent10 + 20;
<a name="l02622"></a>02622     <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__vstring&gt;(&amp;std::vsnprintf, __n,
<a name="l02623"></a>02623                           <span class="stringliteral">&quot;%Lf&quot;</span>, __val);
<a name="l02624"></a>02624   }
<a name="l02625"></a>02625 
<a name="l02626"></a>02626 <span class="preprocessor">#ifdef _GLIBCXX_USE_WCHAR_T</span>
<a name="l02627"></a>02627 <span class="preprocessor"></span>  <span class="keyword">inline</span> <span class="keywordtype">int</span> 
<a name="l02628"></a>02628   stoi(<span class="keyword">const</span> __wvstring&amp; __str, std::size_t* __idx = 0, <span class="keywordtype">int</span> <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a> = 10)
<a name="l02629"></a>02629   { <span class="keywordflow">return</span> __gnu_cxx::__stoa&lt;long, int&gt;(&amp;std::wcstol, <span class="stringliteral">&quot;stoi&quot;</span>, __str.c_str(),
<a name="l02630"></a>02630                     __idx, <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a>); }
<a name="l02631"></a>02631 
<a name="l02632"></a>02632   <span class="keyword">inline</span> <span class="keywordtype">long</span> 
<a name="l02633"></a>02633   stol(<span class="keyword">const</span> __wvstring&amp; __str, std::size_t* __idx = 0, <span class="keywordtype">int</span> <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a> = 10)
<a name="l02634"></a>02634   { <span class="keywordflow">return</span> __gnu_cxx::__stoa(&amp;std::wcstol, <span class="stringliteral">&quot;stol&quot;</span>, __str.c_str(),
<a name="l02635"></a>02635                  __idx, <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a>); }
<a name="l02636"></a>02636 
<a name="l02637"></a>02637   <span class="keyword">inline</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span>
<a name="l02638"></a>02638   stoul(<span class="keyword">const</span> __wvstring&amp; __str, std::size_t* __idx = 0, <span class="keywordtype">int</span> <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a> = 10)
<a name="l02639"></a>02639   { <span class="keywordflow">return</span> __gnu_cxx::__stoa(&amp;std::wcstoul, <span class="stringliteral">&quot;stoul&quot;</span>, __str.c_str(),
<a name="l02640"></a>02640                  __idx, <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a>); }
<a name="l02641"></a>02641 
<a name="l02642"></a>02642   <span class="keyword">inline</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span>
<a name="l02643"></a>02643   stoll(<span class="keyword">const</span> __wvstring&amp; __str, std::size_t* __idx = 0, <span class="keywordtype">int</span> <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a> = 10)
<a name="l02644"></a>02644   { <span class="keywordflow">return</span> __gnu_cxx::__stoa(&amp;std::wcstoll, <span class="stringliteral">&quot;stoll&quot;</span>, __str.c_str(),
<a name="l02645"></a>02645                  __idx, <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a>); }
<a name="l02646"></a>02646 
<a name="l02647"></a>02647   <span class="keyword">inline</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span>
<a name="l02648"></a>02648   stoull(<span class="keyword">const</span> __wvstring&amp; __str, std::size_t* __idx = 0, <span class="keywordtype">int</span> <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a> = 10)
<a name="l02649"></a>02649   { <span class="keywordflow">return</span> __gnu_cxx::__stoa(&amp;std::wcstoull, <span class="stringliteral">&quot;stoull&quot;</span>, __str.c_str(),
<a name="l02650"></a>02650                  __idx, <a class="code" href="a01129.html#a1eb258935ccc1f18d8b8423cf079c353">__base</a>); }
<a name="l02651"></a>02651 
<a name="l02652"></a>02652   <span class="comment">// NB: wcstof vs wcstod.</span>
<a name="l02653"></a>02653   <span class="keyword">inline</span> <span class="keywordtype">float</span>
<a name="l02654"></a>02654   stof(<span class="keyword">const</span> __wvstring&amp; __str, std::size_t* __idx = 0)
<a name="l02655"></a>02655   { <span class="keywordflow">return</span> __gnu_cxx::__stoa(&amp;std::wcstof, <span class="stringliteral">&quot;stof&quot;</span>, __str.c_str(), __idx); }
<a name="l02656"></a>02656 
<a name="l02657"></a>02657   <span class="keyword">inline</span> <span class="keywordtype">double</span>
<a name="l02658"></a>02658   stod(<span class="keyword">const</span> __wvstring&amp; __str, std::size_t* __idx = 0)
<a name="l02659"></a>02659   { <span class="keywordflow">return</span> __gnu_cxx::__stoa(&amp;std::wcstod, <span class="stringliteral">&quot;stod&quot;</span>, __str.c_str(), __idx); }
<a name="l02660"></a>02660 
<a name="l02661"></a>02661   <span class="keyword">inline</span> <span class="keywordtype">long</span> <span class="keywordtype">double</span>
<a name="l02662"></a>02662   stold(<span class="keyword">const</span> __wvstring&amp; __str, std::size_t* __idx = 0)
<a name="l02663"></a>02663   { <span class="keywordflow">return</span> __gnu_cxx::__stoa(&amp;std::wcstold, <span class="stringliteral">&quot;stold&quot;</span>, __str.c_str(), __idx); }
<a name="l02664"></a>02664 
<a name="l02665"></a>02665 <span class="preprocessor">#ifndef _GLIBCXX_HAVE_BROKEN_VSWPRINTF</span>
<a name="l02666"></a>02666 <span class="preprocessor"></span>  <span class="comment">// DR 1261.</span>
<a name="l02667"></a>02667   <span class="keyword">inline</span> __wvstring
<a name="l02668"></a>02668   to_wstring(<span class="keywordtype">int</span> __val)
<a name="l02669"></a>02669   { <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__wvstring&gt;(&amp;std::vswprintf,
<a name="l02670"></a>02670                            4 * <span class="keyword">sizeof</span>(int),
<a name="l02671"></a>02671                            L<span class="stringliteral">&quot;%d&quot;</span>, __val); }
<a name="l02672"></a>02672 
<a name="l02673"></a>02673   <span class="keyword">inline</span> __wvstring
<a name="l02674"></a>02674   to_wstring(<span class="keywordtype">unsigned</span> __val)
<a name="l02675"></a>02675   { <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__wvstring&gt;(&amp;std::vswprintf,
<a name="l02676"></a>02676                            4 * <span class="keyword">sizeof</span>(unsigned),
<a name="l02677"></a>02677                            L<span class="stringliteral">&quot;%u&quot;</span>, __val); }
<a name="l02678"></a>02678 
<a name="l02679"></a>02679   <span class="keyword">inline</span> __wvstring
<a name="l02680"></a>02680   to_wstring(<span class="keywordtype">long</span> __val)
<a name="l02681"></a>02681   { <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__wvstring&gt;(&amp;std::vswprintf,
<a name="l02682"></a>02682                            4 * <span class="keyword">sizeof</span>(long),
<a name="l02683"></a>02683                            L<span class="stringliteral">&quot;%ld&quot;</span>, __val); }
<a name="l02684"></a>02684 
<a name="l02685"></a>02685   <span class="keyword">inline</span> __wvstring
<a name="l02686"></a>02686   to_wstring(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> __val)
<a name="l02687"></a>02687   { <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__wvstring&gt;(&amp;std::vswprintf,
<a name="l02688"></a>02688                            4 * <span class="keyword">sizeof</span>(<span class="keywordtype">unsigned</span> long),
<a name="l02689"></a>02689                            L<span class="stringliteral">&quot;%lu&quot;</span>, __val); }
<a name="l02690"></a>02690 
<a name="l02691"></a>02691   <span class="keyword">inline</span> __wvstring
<a name="l02692"></a>02692   to_wstring(<span class="keywordtype">long</span> <span class="keywordtype">long</span> __val)
<a name="l02693"></a>02693   { <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__wvstring&gt;(&amp;std::vswprintf,
<a name="l02694"></a>02694                            4 * <span class="keyword">sizeof</span>(<span class="keywordtype">long</span> long),
<a name="l02695"></a>02695                            L<span class="stringliteral">&quot;%lld&quot;</span>, __val); }
<a name="l02696"></a>02696 
<a name="l02697"></a>02697   <span class="keyword">inline</span> __wvstring
<a name="l02698"></a>02698   to_wstring(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> <span class="keywordtype">long</span> __val)
<a name="l02699"></a>02699   { <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__wvstring&gt;(&amp;std::vswprintf,
<a name="l02700"></a>02700                            4 * <span class="keyword">sizeof</span>(<span class="keywordtype">unsigned</span> <span class="keywordtype">long</span> long),
<a name="l02701"></a>02701                            L<span class="stringliteral">&quot;%llu&quot;</span>, __val); }
<a name="l02702"></a>02702 
<a name="l02703"></a>02703   <span class="keyword">inline</span> __wvstring
<a name="l02704"></a>02704   to_wstring(<span class="keywordtype">float</span> __val)
<a name="l02705"></a>02705   {
<a name="l02706"></a>02706     <span class="keyword">const</span> <span class="keywordtype">int</span> __n = __numeric_traits&lt;float&gt;::__max_exponent10 + 20;
<a name="l02707"></a>02707     <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__wvstring&gt;(&amp;std::vswprintf, __n,
<a name="l02708"></a>02708                            L<span class="stringliteral">&quot;%f&quot;</span>, __val);
<a name="l02709"></a>02709   }
<a name="l02710"></a>02710 
<a name="l02711"></a>02711   <span class="keyword">inline</span> __wvstring
<a name="l02712"></a>02712   to_wstring(<span class="keywordtype">double</span> __val)
<a name="l02713"></a>02713   {
<a name="l02714"></a>02714     <span class="keyword">const</span> <span class="keywordtype">int</span> __n = __numeric_traits&lt;double&gt;::__max_exponent10 + 20;
<a name="l02715"></a>02715     <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__wvstring&gt;(&amp;std::vswprintf, __n,
<a name="l02716"></a>02716                            L<span class="stringliteral">&quot;%f&quot;</span>, __val);
<a name="l02717"></a>02717   }
<a name="l02718"></a>02718 
<a name="l02719"></a>02719   <span class="keyword">inline</span> __wvstring
<a name="l02720"></a>02720   to_wstring(<span class="keywordtype">long</span> <span class="keywordtype">double</span> __val)
<a name="l02721"></a>02721   {
<a name="l02722"></a>02722     <span class="keyword">const</span> <span class="keywordtype">int</span> __n = __numeric_traits&lt;long double&gt;::__max_exponent10 + 20;
<a name="l02723"></a>02723     <span class="keywordflow">return</span> __gnu_cxx::__to_xstring&lt;__wvstring&gt;(&amp;std::vswprintf, __n,
<a name="l02724"></a>02724                            L<span class="stringliteral">&quot;%Lf&quot;</span>, __val);
<a name="l02725"></a>02725   }
<a name="l02726"></a>02726 <span class="preprocessor">#endif</span>
<a name="l02727"></a>02727 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l02728"></a>02728 <span class="preprocessor"></span>
<a name="l02729"></a>02729 _GLIBCXX_END_NAMESPACE_VERSION
<a name="l02730"></a>02730 } <span class="comment">// namespace</span>
<a name="l02731"></a>02731 
<a name="l02732"></a>02732 <span class="preprocessor">#endif</span>
<a name="l02733"></a>02733 <span class="preprocessor"></span>
<a name="l02734"></a>02734 <span class="preprocessor">#ifdef __GXX_EXPERIMENTAL_CXX0X__</span>
<a name="l02735"></a>02735 <span class="preprocessor"></span>
<a name="l02736"></a>02736 <span class="preprocessor">#include &lt;<a class="code" href="a00886.html">bits/functional_hash.h</a>&gt;</span>
<a name="l02737"></a>02737 
<a name="l02738"></a>02738 <span class="keyword">namespace </span>std _GLIBCXX_VISIBILITY(default)
<a name="l02739"></a>02739 {
<a name="l02740"></a>02740 _GLIBCXX_BEGIN_NAMESPACE_VERSION
<a name="l02741"></a>02741 <span class="comment"></span>
<a name="l02742"></a>02742 <span class="comment">  /// std::hash specialization for __vstring.</span>
<a name="l02743"></a>02743 <span class="comment"></span>  <span class="keyword">template</span>&lt;&gt;
<a name="l02744"></a><a class="code" href="a00503.html">02744</a>     <span class="keyword">struct </span><a class="code" href="a00498.html" title="Primary class template hash.">hash</a>&lt;__gnu_cxx::__vstring&gt;
<a name="l02745"></a>02745     : <span class="keyword">public</span> __hash_base&lt;size_t, __gnu_cxx::__vstring&gt;
<a name="l02746"></a>02746     {
<a name="l02747"></a>02747       <span class="keywordtype">size_t</span>
<a name="l02748"></a>02748       operator()(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__gnu_cxx::__vstring</a>&amp; __s)<span class="keyword"> const</span>
<a name="l02749"></a>02749 <span class="keyword">      </span>{ <span class="keywordflow">return</span> std::_Hash_impl::hash(__s.<a class="code" href="a00019.html#a6ee1943017fb69a51fcf8d755e5a43a8" title="Return const pointer to contents.">data</a>(), __s.<a class="code" href="a00019.html#a791c3acf3a47f9b4010a9a21c8b49be4" title="Returns the number of characters in the string, not including any null-termination.">length</a>()); }
<a name="l02750"></a>02750     };
<a name="l02751"></a>02751 
<a name="l02752"></a>02752 <span class="preprocessor">#ifdef _GLIBCXX_USE_WCHAR_T</span>
<a name="l02753"></a>02753 <span class="preprocessor"></span><span class="comment">  /// std::hash specialization for __wvstring.</span>
<a name="l02754"></a>02754 <span class="comment"></span>  <span class="keyword">template</span>&lt;&gt;
<a name="l02755"></a><a class="code" href="a00504.html">02755</a>     <span class="keyword">struct </span><a class="code" href="a00498.html" title="Primary class template hash.">hash</a>&lt;__gnu_cxx::__wvstring&gt;
<a name="l02756"></a>02756     : <span class="keyword">public</span> __hash_base&lt;size_t, __gnu_cxx::__wvstring&gt;
<a name="l02757"></a>02757     {
<a name="l02758"></a>02758       <span class="keywordtype">size_t</span>
<a name="l02759"></a>02759       operator()(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__gnu_cxx::__wvstring</a>&amp; __s)<span class="keyword"> const</span>
<a name="l02760"></a>02760 <span class="keyword">      </span>{ <span class="keywordflow">return</span> std::_Hash_impl::hash(__s.<a class="code" href="a00019.html#a6ee1943017fb69a51fcf8d755e5a43a8" title="Return const pointer to contents.">data</a>(),
<a name="l02761"></a>02761                                      __s.<a class="code" href="a00019.html#a791c3acf3a47f9b4010a9a21c8b49be4" title="Returns the number of characters in the string, not including any null-termination.">length</a>() * <span class="keyword">sizeof</span>(wchar_t)); }
<a name="l02762"></a>02762     };
<a name="l02763"></a>02763 <span class="preprocessor">#endif</span>
<a name="l02764"></a>02764 <span class="preprocessor"></span>
<a name="l02765"></a>02765 <span class="preprocessor">#ifdef _GLIBCXX_USE_C99_STDINT_TR1</span>
<a name="l02766"></a>02766 <span class="preprocessor"></span><span class="comment">  /// std::hash specialization for __u16vstring.</span>
<a name="l02767"></a>02767 <span class="comment"></span>  <span class="keyword">template</span>&lt;&gt;
<a name="l02768"></a><a class="code" href="a00501.html">02768</a>     <span class="keyword">struct </span><a class="code" href="a00498.html" title="Primary class template hash.">hash</a>&lt;__gnu_cxx::__u16vstring&gt;
<a name="l02769"></a>02769     : <span class="keyword">public</span> __hash_base&lt;size_t, __gnu_cxx::__u16vstring&gt;
<a name="l02770"></a>02770     {
<a name="l02771"></a>02771       <span class="keywordtype">size_t</span>
<a name="l02772"></a>02772       operator()(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__gnu_cxx::__u16vstring</a>&amp; __s)<span class="keyword"> const</span>
<a name="l02773"></a>02773 <span class="keyword">      </span>{ <span class="keywordflow">return</span> std::_Hash_impl::hash(__s.<a class="code" href="a00019.html#a6ee1943017fb69a51fcf8d755e5a43a8" title="Return const pointer to contents.">data</a>(),
<a name="l02774"></a>02774                                      __s.<a class="code" href="a00019.html#a791c3acf3a47f9b4010a9a21c8b49be4" title="Returns the number of characters in the string, not including any null-termination.">length</a>() * <span class="keyword">sizeof</span>(char16_t)); }
<a name="l02775"></a>02775     };
<a name="l02776"></a>02776 <span class="comment"></span>
<a name="l02777"></a>02777 <span class="comment">  /// std::hash specialization for __u32vstring.</span>
<a name="l02778"></a>02778 <span class="comment"></span>  <span class="keyword">template</span>&lt;&gt;
<a name="l02779"></a><a class="code" href="a00502.html">02779</a>     <span class="keyword">struct </span><a class="code" href="a00498.html" title="Primary class template hash.">hash</a>&lt;__gnu_cxx::__u32vstring&gt;
<a name="l02780"></a>02780     : <span class="keyword">public</span> __hash_base&lt;size_t, __gnu_cxx::__u32vstring&gt;
<a name="l02781"></a>02781     {
<a name="l02782"></a>02782       <span class="keywordtype">size_t</span>
<a name="l02783"></a>02783       operator()(<span class="keyword">const</span> <a class="code" href="a00019.html" title="Template class __versa_string.Data structure managing sequences of characters and character-like obje...">__gnu_cxx::__u32vstring</a>&amp; __s)<span class="keyword"> const</span>
<a name="l02784"></a>02784 <span class="keyword">      </span>{ <span class="keywordflow">return</span> std::_Hash_impl::hash(__s.<a class="code" href="a00019.html#a6ee1943017fb69a51fcf8d755e5a43a8" title="Return const pointer to contents.">data</a>(),
<a name="l02785"></a>02785                                      __s.<a class="code" href="a00019.html#a791c3acf3a47f9b4010a9a21c8b49be4" title="Returns the number of characters in the string, not including any null-termination.">length</a>() * <span class="keyword">sizeof</span>(char32_t)); }
<a name="l02786"></a>02786     };
<a name="l02787"></a>02787 <span class="preprocessor">#endif</span>
<a name="l02788"></a>02788 <span class="preprocessor"></span>
<a name="l02789"></a>02789 _GLIBCXX_END_NAMESPACE_VERSION
<a name="l02790"></a>02790 } <span class="comment">// namespace</span>
<a name="l02791"></a>02791 
<a name="l02792"></a>02792 <span class="preprocessor">#endif </span><span class="comment">/* __GXX_EXPERIMENTAL_CXX0X__ */</span>
<a name="l02793"></a>02793 
<a name="l02794"></a>02794 <span class="preprocessor">#include &quot;<a class="code" href="a01119.html">vstring.tcc</a>&quot;</span> 
<a name="l02795"></a>02795 
<a name="l02796"></a>02796 <span class="preprocessor">#endif </span><span class="comment">/* _VSTRING_H */</span>
</pre></div></div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
      <li class="navelem"><a class="el" href="a01118.html">vstring.h</a>      </li>
      <li class="footer">Generated by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </li>
    </ul>
  </div>

</body>
</html>