7 #ifndef IGLOO_ATLEASTOPERATOR_H 8 #define IGLOO_ATLEASTOPERATOR_H 10 #include "collectionoperator.h" 18 template <
typename Constra
intListType,
typename ActualType>
19 void Evaluate(ConstraintListType& list, ResultStack& result, OperatorStack& operators,
const ActualType& actual)
23 result.push(passed_elements >= m_expected);
26 unsigned int m_expected;
34 std::ostringstream stm;
35 stm <<
"at least " << op.m_expected;
Definition: stringize.h:71
Definition: collectionconstraintevaluator.h:17
Definition: collectionoperator.h:11
Definition: atleastoperator.h:14