使用boost::hana::basic_type的示例程序(C++)
#include <boost/hana/basic_type.hpp>
#include <iostream>
struct MyStruct {
int value;
};
使用boost::hana::basic_type的示例程序(C++)
#include <boost/hana/basic_type.hpp>
#include <iostream>
struct MyStruct {
int value;
};