使用boost::hana::intersection进行集合交集操作的测试程序
#include <iostream>
#include <boost/hana/set.hpp>
#include <boost/hana/intersection.hpp>
namespace hana = boost
使用boost::hana::intersection进行集合交集操作的测试程序
#include <iostream>
#include <boost/hana/set.hpp>
#include <boost/hana/intersection.hpp>
namespace hana = boost