Boost C++ 库

...世界上最受推崇和设计精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu,《C++ 编码规范

结构体模板 is_dataset<join< DataSet1, DataSet2 >> - Boost C++ 函数库
PrevUpHomeNext

结构体模板 is_dataset<join< DataSet1, DataSet2 >>

boost::unit_test::data::monomorphic::is_dataset<join< DataSet1, DataSet2 >>

提要

// In header: <boost/test/data/monomorphic/join.hpp>

template<typename DataSet1, typename DataSet2> 
struct is_dataset<join< DataSet1, DataSet2 >> : public boost::mpl::true_ {
};

PrevUpHomeNext