~ubuntu-branches/ubuntu/dapper/boost/dapper

« back to all changes in this revision

Viewing changes to doc/html/trim_right.html

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli, Christophe Prud'homme, Domenico Andreoli
  • Date: 2006-01-11 11:11:42 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060111111142-xy6z1i5himlgu8iw
Tags: 1.33.1-2
[ Christophe Prud'homme ]
* Bug fix: "libboost-wave-dev: Dependency on libboost-filesystem-dev
  missing", thanks to Martin v . Löwis (Closes: #346367).

[ Domenico Andreoli ]
* boost/graph/topological_sort.hpp: removed name of unused parameter
  to prevent long compiler warning.  Closes: #347519.
* Applied patch from upstream CVS to fix parsing of valid options
  with a common root.  Closes: #345714.
* libboost-python-dev now correctly depends on python2.4-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4
4
<title>Function template trim_right</title>
5
5
<link rel="stylesheet" href="boostbook.css" type="text/css">
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
7
7
<link rel="start" href="index.html" title="The Boost C++ Libraries">
8
 
<link rel="up" href="string_algo/reference.html#id907869" title="Header &lt;boost/algorithm/string/trim.hpp&gt;">
 
8
<link rel="up" href="string_algo/reference.html#id2573553" title="Header &lt;boost/algorithm/string/trim.hpp&gt;">
9
9
<link rel="prev" href="trim_right_if.html" title="Function template trim_right_if">
10
10
<link rel="next" href="trim_copy_if.html" title="Function trim_copy_if">
11
11
</head>
20
20
</table>
21
21
<hr>
22
22
<div class="spirit-nav">
23
 
<a accesskey="p" href="trim_right_if.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="string_algo/reference.html#id907869"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="trim_copy_if.html"><img src="images/next.png" alt="Next"></a>
 
23
<a accesskey="p" href="trim_right_if.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="string_algo/reference.html#id2573553"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="trim_copy_if.html"><img src="images/next.png" alt="Next"></a>
24
24
</div>
25
25
<div class="refentry" lang="en">
26
26
<a name="trim_right"></a><div class="titlepage"></div>
33
33
<span class="bold"><strong>template</strong></span>&lt;<span class="bold"><strong>typename</strong></span> SequenceT&gt; 
34
34
��<span class="type"><span class="bold"><strong>void</strong></span></span> trim_right(SequenceT &amp; Input, <span class="bold"><strong>const</strong></span> std::locale &amp; Loc = std::locale());</pre></div>
35
35
<div class="refsect1" lang="en">
36
 
<a name="id1356464"></a><h2>Description</h2>
 
36
<a name="id2774191"></a><h2>Description</h2>
37
37
<p>Remove all trailing spaces from the input. The input sequence is modified in-place.</p>
38
38
<p></p>
39
39
<div class="variablelist">
47
47
</div>
48
48
</div>
49
49
</div>
50
 
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 
50
<table width="100%"><tr>
51
51
<td align="left"></td>
52
52
<td align="right"><small>Copyright � 2002-2004 Pavol Droba</small></td>
53
53
</tr></table>
54
54
<hr>
55
55
<div class="spirit-nav">
56
 
<a accesskey="p" href="trim_right_if.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="string_algo/reference.html#id907869"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="trim_copy_if.html"><img src="images/next.png" alt="Next"></a>
 
56
<a accesskey="p" href="trim_right_if.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="string_algo/reference.html#id2573553"><img src="images/up.png" alt="Up"></a><a accesskey="h" href="index.html"><img src="images/home.png" alt="Home"></a><a accesskey="n" href="trim_copy_if.html"><img src="images/next.png" alt="Next"></a>
57
57
</div>
58
58
</body>
59
59
</html>