Home | Info | Community | Development | myReactOS | Contact Us
[protected]
Definition at line 28 of file divides_test.cpp.
{ int input [3] = { 2, 3, 4 }; int result = accumulate(input, input + 3, 48, divides<int>()); CPPUNIT_ASSERT(result==2); }