使用boost::hana::unfold_right的C++测试程序
#include <iostream>
#include <boost/hana.hpp>
namespace hana = boost::hana;
// 自定义的数据结构
struct Node
使用boost::hana::unfold_right的C++测试程序
#include <iostream>
#include <boost/hana.hpp>
namespace hana = boost::hana;
// 自定义的数据结构
struct Node