• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4
5<html xmlns="http://www.w3.org/1999/xhtml">
6  <head>
7    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
9    <title>Examples &#8212; Boost.HigherOrderFunctions 0.6 documentation</title>
10
11    <link rel="stylesheet" href="../../_static/boostbook.css" type="text/css" />
12    <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
13
14    <script type="text/javascript">
15      var DOCUMENTATION_OPTIONS = {
16        URL_ROOT:    '../../',
17        VERSION:     '0.6',
18        COLLAPSE_INDEX: false,
19        FILE_SUFFIX: '.html',
20        HAS_SOURCE:  true,
21        SOURCELINK_SUFFIX: '.txt'
22      };
23    </script>
24    <script type="text/javascript" src="../../_static/jquery.js"></script>
25    <script type="text/javascript" src="../../_static/underscore.js"></script>
26    <script type="text/javascript" src="../../_static/doctools.js"></script>
27    <link rel="index" title="Index" href="../../genindex.html" />
28    <link rel="search" title="Search" href="../../search.html" />
29    <link rel="next" title="Print function" href="example_print.html" />
30    <link rel="prev" title="Getting started" href="gettingstarted.html" />
31  </head>
32  <body role="document">
33<table cellpadding="2" width="100%"><tr>
34<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86"src="../../_static/boost.png"></td>
35</tr></table>
36
37<div class="spirit-nav">
38<a accesskey="p"  href="gettingstarted.html"><img src="../../_static/prev.png" alt="Prev"></a>
39<a accesskey="u" href="intro.html"><img src="../../_static/up.png" alt="Up"></a>
40<a accesskey="h" href="../index.html"><img src="../../_static/home.png" alt="Home"></a>
41<a accesskey="n"  href="example_print.html"><img src="../../_static/next.png" alt="Next"></a>
42</div>
43
44
45    <div class="document">
46  <div class="chapter">
47      <div class="body" role="main">
48
49  <div class="section" id="examples">
50<h1>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h1>
51<div class="toctree-wrapper compound">
52<ul>
53<li class="toctree-l1"><a class="reference internal" href="example_print.html">Print function</a></li>
54<li class="toctree-l1"><a class="reference internal" href="example_overloading.html">Conditional overloading</a></li>
55<li class="toctree-l1"><a class="reference internal" href="example_polymorphic_constructors.html">Polymorphic constructors</a></li>
56<li class="toctree-l1"><a class="reference internal" href="more_examples.html">More examples</a></li>
57</ul>
58</div>
59</div>
60
61
62      </div>
63  </div>
64      <div class="clearer"></div>
65    </div>
66    <div class="footer" role="contentinfo">
67    <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
68    <td align="left"></td>
69    <td align="right"><div class="copyright-footer">
70            &#169; Copyright 2016, Paul Fultz II.
71
72          Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.
73          <p>Distributed under the Boost Software License, Version 1.0.
74          (See accompanying file <code class="filename">LICENSE_1_0.txt</code> or copy at
75          <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
76          </p>
77    </div></td>
78    </tr></table>
79    </div>
80  </body>
81</html>