]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/mpl/doc/src/refmanual/Metafunctions-Trivial-Summary.rst
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / mpl / doc / src / refmanual / Metafunctions-Trivial-Summary.rst
CommitLineData
7c673cae
FG
1.. Metafunctions/Trivial//Trivial Metafunctions Summary |10
2
3Trivial Metafunctions Summary
4=============================
5
6In the following table, ``x`` is an arbitrary class type.
7
8.. |first| replace:: `first`_
9.. |second| replace:: `second`_
10.. |base| replace:: `base`_
11
12.. _`first`:
13.. _`second`:
14.. _`base`:
15
16
17+---------------------------+-------------------------------------------+
18| Metafunction | Header |
19+===========================+===========================================+
20| ``first<x>::type`` | ``#include <boost/mpl/pair.hpp>`` |
21+---------------------------+-------------------------------------------+
22| ``second<x>::type`` | ``#include <boost/mpl/pair.hpp>`` |
23+---------------------------+-------------------------------------------+
24| ``base<x>::type`` | ``#include <boost/mpl/base.hpp>`` |
25+---------------------------+-------------------------------------------+
26
27
28See Also
29--------
30
31|Metafunctions|, |Trivial Metafunction|
32
33
34