Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / algorithm / doc / html / header / boost / algorithm / cxx11 / partition_point_hpp.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Header &lt;boost/algorithm/cxx11/partition_point.hpp&gt;</title>
5 <link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7 <link rel="home" href="../../../../index.html" title="The Boost Algorithm Library">
8 <link rel="up" href="../../../../algorithm/reference.html" title="Reference">
9 <link rel="prev" href="../../../../boost/algorithm/partitio_idm44730856991984.html" title="Function template partition_copy">
10 <link rel="next" href="../../../../boost/algorithm/partitio_idm44730856980352.html" title="Function template partition_point">
11 </head>
12 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13 <table cellpadding="2" width="100%"><tr>
14 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../../../boost.png"></td>
15 <td align="center"><a href="../../../../../../../../index.html">Home</a></td>
16 <td align="center"><a href="../../../../../../../../libs/libraries.htm">Libraries</a></td>
17 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19 <td align="center"><a href="../../../../../../../../more/index.htm">More</a></td>
20 </tr></table>
21 <hr>
22 <div class="spirit-nav">
23 <a accesskey="p" href="../../../../boost/algorithm/partitio_idm44730856991984.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../../algorithm/reference.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../../boost/algorithm/partitio_idm44730856980352.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="section">
26 <div class="titlepage"><div><div><h3 class="title">
27 <a name="header.boost.algorithm.cxx11.partition_point_hpp"></a>Header &lt;<a href="../../../../../../../../boost/algorithm/cxx11/partition_point.hpp" target="_top">boost/algorithm/cxx11/partition_point.hpp</a>&gt;</h3></div></div></div>
28 <p>Find the partition point in a sequence. </p>
29 <p>Marshall Clow </p>
30 <p>
31
32 </p>
33 <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
34   <span class="keyword">namespace</span> <span class="identifier">algorithm</span> <span class="special">{</span>
35     <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> ForwardIterator<span class="special">,</span> <span class="keyword">typename</span> Predicate<span class="special">&gt;</span> 
36       <span class="identifier">ForwardIterator</span> 
37       <a class="link" href="../../../../boost/algorithm/partitio_idm44730856980352.html" title="Function template partition_point"><span class="identifier">partition_point</span></a><span class="special">(</span><span class="identifier">ForwardIterator</span><span class="special">,</span> <span class="identifier">ForwardIterator</span><span class="special">,</span> <span class="identifier">Predicate</span><span class="special">)</span><span class="special">;</span>
38     <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Range<span class="special">,</span> <span class="keyword">typename</span> Predicate<span class="special">&gt;</span> 
39       <span class="identifier">boost</span><span class="special">::</span><span class="identifier">range_iterator</span><span class="special">&lt;</span> <span class="identifier">Range</span> <span class="special">&gt;</span><span class="special">::</span><span class="identifier">type</span> <a class="link" href="../../../../boost/algorithm/partitio_idm44730856973168.html" title="Function template partition_point"><span class="identifier">partition_point</span></a><span class="special">(</span><span class="identifier">Range</span> <span class="special">&amp;</span><span class="special">,</span> <span class="identifier">Predicate</span><span class="special">)</span><span class="special">;</span>
40   <span class="special">}</span>
41 <span class="special">}</span></pre>
42 </div>
43 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
44 <td align="left"></td>
45 <td align="right"><div class="copyright-footer">Copyright &#169; 2010-2012 Marshall Clow<p>
46         Distributed under the Boost Software License, Version 1.0. (See accompanying
47         file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
48       </p>
49 </div></td>
50 </tr></table>
51 <hr>
52 <div class="spirit-nav">
53 <a accesskey="p" href="../../../../boost/algorithm/partitio_idm44730856991984.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../../algorithm/reference.html"><img src="../../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../../index.html"><img src="../../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../../../../boost/algorithm/partitio_idm44730856980352.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
54 </div>
55 </body>
56 </html>