mirror of
https://github.com/boostorg/compose.git
synced 2026-01-19 04:02:16 +00:00
51 lines
2.4 KiB
HTML
51 lines
2.4 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<title>Boost Compose Library</title>
|
|
</head>
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000">
|
|
|
|
<table border="1" bgcolor="#007F7F" cellpadding="2">
|
|
<tr>
|
|
<td bgcolor="#FFFFFF"><img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)" WIDTH="277" HEIGHT="86"></td>
|
|
<td><a href="../../index.htm"><font face="Arial" color="#FFFFFF"><big>Home </big></font></a></td>
|
|
<td><a href="../libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries </big></font></a></td>
|
|
<td><a href="../../people/people.htm"><font face="Arial" color="#FFFFFF"><big>People </big></font></a></td>
|
|
<td><a href="../../more/faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ </big></font></a></td>
|
|
<td><a href="../../more/index.htm"><font face="Arial" color="#FFFFFF"><big>More </big></font></a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h1>Compose library</h1>
|
|
|
|
<p>The header compose.hpp provides compose function object adapter extensions for use with
|
|
the Standard Template Library (STL) portion of the C++ Standard Library. If you
|
|
aren't currently using the STL, these compose adapters won't be of any interest, but
|
|
hard-core STL users will appreciate their usefulness.
|
|
|
|
<ul>
|
|
<li><a href="compose.html">Documentation</a> (HTML).</li>
|
|
<li>Header <a href="../../boost/compose.hpp">compose.hpp</a>. May also view as an <a href="compose.hpp.html">HTML</a> file.</li>
|
|
<li>See the <a href="compose.html">documentation</a> for links to sample programs.</li>
|
|
<li>Header <a href="print.hpp">print.hpp</a> used by sample programs. May also view as
|
|
an <a href="print.hpp.html">HTML</a> file.</li>
|
|
<li>Submitted by <a href="../../people/people.htm">Nicolai Josuttis</a>.</li>
|
|
</ul>
|
|
|
|
<h3>Comment on names</h3>
|
|
|
|
<p>In preparing this library, Nico asked the boost mailing list for suggestions as to good
|
|
names for these functions. Jerry Schwarz suggested the <tt>compose_f_...</tt>
|
|
function naming scheme, which was generally agreed to be an improvement over prior
|
|
schemes. There was also discussion of names representing the 0 argument concept,
|
|
with <tt>nullary</tt> picked as the least of several evils.</p>
|
|
|
|
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->14 March, 2001<!--webbot bot="Timestamp" endspan i-checksum="28773" -->
|
|
</p>
|
|
|
|
<p> </p>
|
|
</body>
|
|
</html>
|