forked from boostorg/preprocessor
initial revision
[SVN r15198]
This commit is contained in:
24
docs.1/headers/list/adt.hpp.html
Normal file
24
docs.1/headers/list/adt.hpp.html
Normal file
@ -0,0 +1,24 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>list/adt.hpp</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<div style="margin-left: 0px;">
|
||||
The <b>list/adt.hpp</b> header defines basic operations for manipulating <i>lists</i>.
|
||||
</div>
|
||||
<h4>Usage</h4>
|
||||
<div class="code">
|
||||
#include <b><boost/preprocessor/list/adt.hpp></b>
|
||||
</div>
|
||||
<h4>Contents</h4>
|
||||
<ul>
|
||||
<li><a href="../../ref/list_cons.html">BOOST_PP_LIST_CONS</a></li>
|
||||
<li><a href="../../ref/list_first.html">BOOST_PP_LIST_FIRST</a></li>
|
||||
<li><a href="../../ref/list_is_cons.html">BOOST_PP_LIST_IS_CONS</a></li>
|
||||
<li><a href="../../ref/list_is_nil.html">BOOST_PP_LIST_IS_NIL</a></li>
|
||||
<li><a href="../../ref/list_nil.html">BOOST_PP_LIST_NIL</a></li>
|
||||
<li><a href="../../ref/list_rest.html">BOOST_PP_LIST_REST</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user