]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/icl/doc/html/header/boost/icl/interval_hpp.html
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / icl / doc / html / header / boost / icl / interval_hpp.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>Header &lt;boost/icl/interval.hpp&gt;</title>
5 <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
7 <link rel="home" href="../../../index.html" title="Chapter&#160;1.&#160;Boost.Icl">
8 <link rel="up" href="../../../interval_container_library_reference.html" title="Interval Container Library Reference">
9 <link rel="prev" href="../../../ICL_IMPL_SPACE.html" title="Macro ICL_IMPL_SPACE">
10 <link rel="next" href="../../../boost/icl/interval.html" title="Struct template interval">
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="../../../../../../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="../../../ICL_IMPL_SPACE.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../interval_container_library_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/icl/interval.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="section header_boost_icl_interval_hpp" lang="en">
26 <div class="titlepage"><div><div><h3 class="title">
27 <a name="header.boost.icl.interval_hpp"></a>Header &lt;<a href="../../../../../../../boost/icl/interval.hpp" target="_top">boost/icl/interval.hpp</a>&gt;</h3></div></div></div>
28 <pre class="synopsis"><span class="keyword">namespace</span> <span class="identifier">boost</span> <span class="special">{</span>
29 <span class="keyword">namespace</span> <span class="identifier">icl</span> <span class="special">{</span>
30 <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> DomainT<span class="special">,</span>
31 <span class="identifier">ICL_COMPARE</span> Compare <span class="special">=</span> <span class="identifier">ICL_COMPARE_INSTANCE</span><span class="special">(</span><span class="identifier">ICL_COMPARE_DEFAULT</span><span class="special">,</span> <span class="identifier">DomainT</span><span class="special">)</span><span class="special">&gt;</span>
32 <span class="keyword">struct</span> <a class="link" href="../../../boost/icl/interval.html" title="Struct template interval">interval</a><span class="special">;</span>
33
34 <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> IntervalT<span class="special">,</span> <span class="identifier">bound_type</span> PretendedBounds<span class="special">,</span>
35 <span class="identifier">bound_type</span> RepresentedBounds<span class="special">&gt;</span>
36 <span class="keyword">struct</span> <a class="link" href="../../../boost/icl/static_interval_I_id648954.html" title="Struct template static_interval&lt;IntervalT, true, PretendedBounds, RepresentedBounds&gt;">static_interval</a><span class="special">&lt;</span><span class="identifier">IntervalT</span><span class="special">,</span> <span class="keyword">true</span><span class="special">,</span> <span class="identifier">PretendedBounds</span><span class="special">,</span> <span class="identifier">RepresentedBounds</span><span class="special">&gt;</span><span class="special">;</span>
37 <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> IntervalT<span class="special">,</span> <span class="identifier">bound_type</span> PretendedBounds<span class="special">,</span>
38 <span class="identifier">bound_type</span> RepresentedBounds<span class="special">&gt;</span>
39 <span class="keyword">struct</span> <a class="link" href="../../../boost/icl/static_interval_I_id649008.html" title="Struct template static_interval&lt;IntervalT, false, PretendedBounds, RepresentedBounds&gt;">static_interval</a><span class="special">&lt;</span><span class="identifier">IntervalT</span><span class="special">,</span> <span class="keyword">false</span><span class="special">,</span> <span class="identifier">PretendedBounds</span><span class="special">,</span> <span class="identifier">RepresentedBounds</span><span class="special">&gt;</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; 2007 -2010 Joachim Faulhaber<br>Copyright &#169; 1999 -2006 Cortex Software GmbH<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="../../../ICL_IMPL_SPACE.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../interval_container_library_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/icl/interval.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
54 </div>
55 </body>
56 </html>