mirror of
https://github.com/boostorg/boost.git
synced 2025-04-16 18:24:43 +00:00
Added parameter library (finally!)
[SVN r30265]
This commit is contained in:
parent
6a02bc22cf
commit
93eeca54da
1 changed files with 18 additions and 6 deletions
24
index.htm
24
index.htm
|
@ -1,8 +1,11 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<meta name="generator" content=
|
||||
"HTML Tidy for Cygwin (vers 1st September 2004), see www.w3.org" />
|
||||
|
||||
<title>Boost C++ Libraries</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||
<link rel="stylesheet" type="text/css" href="more/css_0/front.css" />
|
||||
|
@ -145,6 +148,14 @@
|
|||
A TR1 hash function object that can be extended to
|
||||
hash user defined types, from Daniel James.</li>
|
||||
|
||||
<li><span class="library"><a href=
|
||||
"libs/parameter/doc/html/index.html">Parameter
|
||||
library</a>:</span> Write functions that accept
|
||||
arguments by name: especially useful when a
|
||||
function has more than one argument with a useful
|
||||
default value, since named arguments can be passed
|
||||
in any order.</li>
|
||||
|
||||
<li><span class="library"><a href=
|
||||
"libs/ptr_container/index.html">Pointer Container
|
||||
Library</a>:</span> Containers for storing
|
||||
|
@ -683,7 +694,8 @@
|
|||
<div class="sidecell-0">
|
||||
<div id="revised">
|
||||
<p>Revised <span class=
|
||||
"cvs-keyword-date">$Date$</span></p>
|
||||
"cvs-keyword-date">$Date: 2005/07/25 06:06:04
|
||||
$</span></p>
|
||||
</div>
|
||||
|
||||
<div id="copyright">
|
||||
|
@ -705,8 +717,8 @@
|
|||
<div id="banners">
|
||||
<p><a href=
|
||||
"http://validator.w3.org/check?uri=referer"><img class="c1"
|
||||
src="more/w3c_valid_xhtml10.png" alt=
|
||||
"Valid XHTML 1.0!" /></a></p>
|
||||
src="more/w3c_valid_xhtml10.png" alt=
|
||||
"Valid XHTML 1.0!" /></a></p>
|
||||
|
||||
<p><a href=
|
||||
"http://jigsaw.w3.org/css-validator/check/referer">
|
||||
|
@ -716,7 +728,7 @@
|
|||
<p><a href=
|
||||
"http://sourceforge.net"><img class="c1" src=
|
||||
"http://sourceforge.net/sflogo.php?group_id=7586&type=1"
|
||||
alt="SourceForge.net" /></a></p>
|
||||
alt="SourceForge.net" /></a></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue