使用boost::hana::make_type的示例程序(C/C++)
#include <boost/hana.hpp>
#include <iostream>
namespace hana = boost::hana;
struct Foo
使用boost::hana::make_type的示例程序(C/C++)
#include <boost/hana.hpp>
#include <iostream>
namespace hana = boost::hana;
struct Foo