编程语言
首页 > 编程语言> > boost::variant2模块实现默认构造相关的测试程序

boost::variant2模块实现默认构造相关的测试程序

作者:互联网

 

boost::variant2模块实现默认构造相关的测试程序

 

 

实现功能

boost::variant2模块实现默认构造相关的测试程序

C++实现代码
#include <boost/variant2/variant.hpp>
using namespace boost::variant2;
#define STATIC_ASSERT(...) static_assert(__VA_ARGS__, #__VA_ARGS__)
int main()

 

标签:__,测试程序,默认,模块,variant2,boost
来源: https://blog.51cto.com/u_11929818/2951158