mirror of
https://github.com/boostorg/mp11.git
synced 2026-05-05 04:04:21 +02:00
Document mpl.hpp.
This commit is contained in:
@@ -607,6 +607,8 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
|
||||
<li><a href="#tuple_for_each_tp_f">tuple_for_each(tp, f)</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#mp11">Convenience Header, <boost/mp11.hpp></a></li>
|
||||
<li><a href="#mpl">MPL Support, <boost/mp11/mpl.hpp></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#copyright_and_license">Appendix A: Copyright and License</a></li>
|
||||
@@ -3880,6 +3882,33 @@ expression <code>f(std::get<J>(std::forward<Tp>(tp)))</code> for <co
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
<h3 id="mp11">Convenience Header, <boost/mp11.hpp></h3>
|
||||
<div class="paragraph">
|
||||
<p>The convenience header <code><boost/mp11.hpp></code> includes all of the
|
||||
headers listed previously in this reference.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
<h3 id="mpl">MPL Support, <boost/mp11/mpl.hpp></h3>
|
||||
<div class="paragraph">
|
||||
<p>The header <code><boost/mp11/mpl.hpp></code>, when included, defines the
|
||||
necessary support infrastructure for <code>mp_list</code> and <code>std::tuple</code>
|
||||
to be valid <a href="../../../../libs/mpl">MPL</a> sequences.</p>
|
||||
</div>
|
||||
<div class="admonitionblock note">
|
||||
<table>
|
||||
<tr>
|
||||
<td class="icon">
|
||||
<div class="title">Note</div>
|
||||
</td>
|
||||
<td class="content">
|
||||
<code>mpl.hpp</code> is not included by <code><boost/mp11.hpp></code>.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect1">
|
||||
|
||||
Reference in New Issue
Block a user