7 #ifndef IGLOO_ATMOSTOPERATOR_H 8 #define IGLOO_ATMOSTOPERATOR_H 16 template <
typename Constra
intListType,
typename ActualType>
17 void Evaluate(ConstraintListType& list, ResultStack& result, OperatorStack& operators,
const ActualType& actual)
21 result.push(passed_elements <= m_expected);
24 unsigned int m_expected;
32 std::ostringstream stm;
33 stm <<
"at most " << op.m_expected;
Definition: stringize.h:71
Definition: collectionconstraintevaluator.h:17
Definition: collectionoperator.h:11
Definition: atmostoperator.h:12