#include "atltest.h"
#include <atlbase.h>
#include <atlcoll.h>
Go to the source code of this file.
◆ START_TEST()
Definition at line 59 of file CAtlArray.cpp.
60{
61 {
63
69
71
77
79
85
87
93
95 ok_int(array1[0].m_id, 0x123456);
97
99
105
107 ok_int(array1[0].m_id, 0x123456);
109 ok_int(array1[1].m_id, 111);
111
114
120
121
123
129
130
131
132
133
134
135
136 }
137
138
144}
#define ok_size_t(expression, result)
#define ok_int(expression, result)
size_t Add(INARGTYPE element)
E & GetAt(size_t iElement)
bool SetCount(size_t nNewSize, int nGrowBy=- 1)
static int s_nCtorCount_Default