使用boost::mp11::mp_replace_second进行类型替换的测试程序
#include <iostream>
#include <boost/mp11.hpp>
struct A {
using type = int;
使用boost::mp11::mp_replace_second进行类型替换的测试程序
#include <iostream>
#include <boost/mp11.hpp>
struct A {
using type = int;