boost::variant2模块实现默认构造相关的测试程序2022-11-24 16:31:35 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() 上一篇:boost::multiprecision模块hash相关的测试程序下一篇:为类定义后构造函数的最小示例,使用 boost::signals2::deconstruct 作为它的工厂函数