使用boost::mp11::mp_transform_q的示例程序(C/C++)
#include <iostream>
#include <boost/mp11.hpp>
// 要在转换过程中修改的结构体
struct MyStruct {
int value;
使用boost::mp11::mp_transform_q的示例程序(C/C++)
#include <iostream>
#include <boost/mp11.hpp>
// 要在转换过程中修改的结构体
struct MyStruct {
int value;