编程语言
首页 > 编程语言> > boost::mpl模块实现inherit相关的测试程序

boost::mpl模块实现inherit相关的测试程序

作者:互联网

boost::mpl模块实现inherit相关的测试程序

实现功能

boost::mpl模块实现inherit相关的测试程序

C++实现代码

#include <boost/mpl/inherit.hpp>
#include <boost/mpl/aux_/test.hpp>
struct her {
    typedef her herself; }

标签:实现,mpl,测试程序,inherit,模块,boost
来源: https://blog.csdn.net/it_xiangqiang/article/details/117876877