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