]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/mpl/doc/src/refmanual/empty_base.rst
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / mpl / doc / src / refmanual / empty_base.rst
CommitLineData
7c673cae
FG
1.. Data Types/Miscellaneous//empty_base |20
2
3empty_base
4==========
5
6Synopsis
7--------
8
9.. parsed-literal::
10
11 struct empty_base {};
12
13
14Description
15-----------
16
17An empty base class. Inheritance from |empty_base| through the |inherit|
18metafunction is a no-op.
19
20
21Header
22------
23
24.. parsed-literal::
25
26 #include <boost/mpl/empty_base.hpp>
27
28
29See also
30--------
31
32|Data Types|, |inherit|, |inherit_linearly|, |void_|
33
34
35