Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2016. The current version is 1.91.0.
Defines monomorphic dataset based on zipping of 2 other monomorphic datasets.
namespace boost { namespace unit_test { namespace data { namespace monomorphic { template<typename DataSet1, typename DataSet2> class zip; template<typename DataSet1, typename DataSet2> struct is_dataset<zip< DataSet1, DataSet2 >>; namespace result_of { template<typename DS1Gen, typename DS2Gen> struct zip; } } } } }