7 #ifndef IGLOO_EXACTLYOPERATOR_H 8 #define IGLOO_EXACTLYOPERATOR_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 <<
"exactly " << op.m_expected;
Definition: exactlyoperator.h:12
Definition: stringize.h:71
Definition: collectionconstraintevaluator.h:17
Definition: collectionoperator.h:11