Definition at line 15 of file mismatch_test.cpp.
◆ CPPUNIT_TEST() [1/3]
◆ CPPUNIT_TEST() [2/3]
◆ CPPUNIT_TEST() [3/3]
◆ CPPUNIT_TEST_SUITE()
◆ CPPUNIT_TEST_SUITE_END()
MismatchTest::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
◆ mismatch0()
void MismatchTest::mismatch0 |
( |
| ) |
|
|
protected |
Definition at line 38 of file mismatch_test.cpp.
39{
40 int n1[5] = { 1, 2, 3, 4, 5 };
41 int n2[5] = { 1, 2, 3, 4, 5 };
42 int n3[5] = { 1, 2, 3, 2, 1 };
43
46
50}
_STLP_INLINE_LOOP _STLP_STD::pair< _InputIter1, _InputIter2 > mismatch(_InputIter1 __first1, _InputIter1 __last1, _InputIter2 __first2)
#define CPPUNIT_ASSERT(X)
◆ mismatch1()
void MismatchTest::mismatch1 |
( |
| ) |
|
|
protected |
Definition at line 51 of file mismatch_test.cpp.
52{
57
59
61
66}
GLfloat GLfloat GLfloat v2
void __iota(_It __first, _It __last, _Tp __val)
◆ mismatch2()
void MismatchTest::mismatch2 |
( |
| ) |
|
|
protected |
Definition at line 67 of file mismatch_test.cpp.
68{
69 const unsigned size = 5;
70 char const*
n1[
size] = {
"Brett",
"Graham",
"Jack",
"Mike",
"Todd" };
71
75
77
82}
INT copy(TCHAR source[MAX_PATH], TCHAR dest[MAX_PATH], INT append, DWORD lpdwFlags, BOOL bTouch)
bool str_equal(const char *a_, const char *b_)
The documentation for this class was generated from the following file: