Related usage example programs using boost::mp11::mp_remove_if_q (C/C++)

Related usage example programs using boost::mp11::mp_remove_if_q (C/C++)

#include <iostream>
#include <type_traits>
#include <boost/mp11.hpp>

// 定义一个类型列表
using type_list = boost::mp11::mp_list<

Guess you like

Origin blog.csdn.net/m0_47037246/article/details/132680770