Meta-function to generate all the combination of pairs of types from a given sequence Sequence except those that does not satisfy the predicate Pred. More...
#include <combine_if.hpp>
Classes | |
struct | combine |
Public Types | |
typedef mpl::fold< Sequence1, mpl::set0<>, combine >::type | type |
Meta-function to generate all the combination of pairs of types from a given sequence Sequence except those that does not satisfy the predicate Pred.
typedef mpl::fold<Sequence1, mpl::set0<>, combine>::type boost::geometry::util::combine_if< Sequence1, Sequence2, Pred >::type |