empty_base.rst

来自「Boost provides free peer-reviewed portab」· RST 代码 · 共 38 行

RST
38
字号
.. Data Types/Miscellaneous//empty_base |20.. Copyright Aleksey Gurtovoy, David Abrahams 2007... Distributed under the Boost.. Software License, Version 1.0. (See accompanying.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)empty_base==========Synopsis--------.. parsed-literal::        struct empty_base {};Description-----------An empty base class. Inheritance from |empty_base| through the |inherit| metafunction is a no-op.Header------.. parsed-literal::        #include <boost/mpl/empty_base.hpp>See also--------|Data Types|, |inherit|, |inherit_linearly|, |void_|

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?