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><no title> — 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 </head> 30 <body role="document"> 31<table cellpadding="2" width="100%"><tr> 32<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86"src="_static/boost.png"></td> 33</tr></table> 34 35<div class="spirit-nav"> 36<a accesskey="p" ><img src="_static/prev.png" alt="Prev"></a> 37<a accesskey="u" href="doc/index.html"><img src="_static/up.png" alt="Up"></a> 38<a accesskey="h" href="doc/index.html"><img src="_static/home.png" alt="Home"></a> 39<a accesskey="n" ><img src="_static/next.png" alt="Next"></a> 40</div> 41 42 43 <div class="document"> 44 <div class="chapter"> 45 <div class="body" role="main"> 46 47 <p>Copyright Paul Fultz II 2016-2018</p> 48<p>Boost Software License - Version 1.0 - August 17th, 2003</p> 49<p>Permission is hereby granted, free of charge, to any person or organization 50obtaining a copy of the software and accompanying documentation covered by 51this license (the “Software”) to use, reproduce, display, distribute, 52execute, and transmit the Software, and to prepare derivative works of the 53Software, and to permit third-parties to whom the Software is furnished to 54do so, all subject to the following:</p> 55<p>The copyright notices in the Software and this entire statement, including 56the above license grant, this restriction and the following disclaimer, 57must be included in all copies of the Software, in whole or in part, and 58all derivative works of the Software, unless such copies or derivative 59works are solely in the form of machine-executable object code generated by 60a source language processor.</p> 61<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 62IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 63FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT 64SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE 65FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, 66ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 67DEALINGS IN THE SOFTWARE.</p> 68 69 70 </div> 71 </div> 72 <div class="clearer"></div> 73 </div> 74 <div class="footer" role="contentinfo"> 75 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 76 <td align="left"></td> 77 <td align="right"><div class="copyright-footer"> 78 © Copyright 2016, Paul Fultz II. 79 80 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6. 81 <p>Distributed under the Boost Software License, Version 1.0. 82 (See accompanying file <code class="filename">LICENSE_1_0.txt</code> or copy at 83 <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 84 </p> 85 </div></td> 86 </tr></table> 87 </div> 88 </body> 89</html>