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

« back to all changes in this revision

Viewing changes to doc/html/ifind_last.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 ifind_last</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#id1102090" title="Header &lt;boost/algorithm/string/find.hpp&gt;">
 
8
<link rel="up" href="string_algo/reference.html#id2487443" title="Header &lt;boost/algorithm/string/find.hpp&gt;">
9
9
<link rel="prev" href="find_last.html" title="Function template find_last">
10
10
<link rel="next" href="find_nth.html" title="Function template find_nth">
11
11
</head>
20
20
</table>
21
21
<hr>
22
22
<div class="spirit-nav">
23
 
<a accesskey="p" href="find_last.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="string_algo/reference.html#id1102090"><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="find_nth.html"><img src="images/next.png" alt="Next"></a>
 
23
<a accesskey="p" href="find_last.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="string_algo/reference.html#id2487443"><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="find_nth.html"><img src="images/next.png" alt="Next"></a>
24
24
</div>
25
25
<div class="refentry" lang="en">
26
26
<a name="ifind_last"></a><div class="titlepage"></div>
35
35
��ifind_last(Range1T &amp; Input, <span class="bold"><strong>const</strong></span> Range2T &amp; Search, 
36
36
�������������<span class="bold"><strong>const</strong></span> std::locale &amp; Loc = std::locale());</pre></div>
37
37
<div class="refsect1" lang="en">
38
 
<a name="id1320953"></a><h2>Description</h2>
 
38
<a name="id2755663"></a><h2>Description</h2>
39
39
<p>Search for the last match a string in the input. Searching is case insensitive.</p>
40
40
<p></p>
41
41
<div class="variablelist">
56
56
    This function provides the strong exception-safety guarantee </p>
57
57
</div>
58
58
</div>
59
 
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
 
59
<table width="100%"><tr>
60
60
<td align="left"></td>
61
61
<td align="right"><small>Copyright � 2002-2004 Pavol Droba</small></td>
62
62
</tr></table>
63
63
<hr>
64
64
<div class="spirit-nav">
65
 
<a accesskey="p" href="find_last.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="string_algo/reference.html#id1102090"><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="find_nth.html"><img src="images/next.png" alt="Next"></a>
 
65
<a accesskey="p" href="find_last.html"><img src="images/prev.png" alt="Prev"></a><a accesskey="u" href="string_algo/reference.html#id2487443"><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="find_nth.html"><img src="images/next.png" alt="Next"></a>
66
66
</div>
67
67
</body>
68
68
</html>