Class MEAL::ProductRule

template<class T>
class ProductRule : public MEAL::GroupRule<T>

Represents a product of models.

Public Functions

inline void operator*=(T *model)

Add the model to the product.

inline std::string get_name() const

Return the name of the class.