ReactOS
0.4.16-dev-250-g3ecd236
movable.cpp
Go to the documentation of this file.
1
#include <list>
2
#include <vector>
3
#include <string>
4
5
using namespace
std
;
6
7
struct
S
:
8
public
string
9
{
10
};
11
12
void
test
()
13
{
14
list<S>
l
;
15
l
.push_back(
S
() );
16
17
vector<S>
v
;
18
v
.push_back(
S
() );
19
}
20
l
r l[0]
Definition:
byte_order.h:168
list
Definition:
list.h:37
v
const GLdouble * v
Definition:
gl.h:2040
string
char string[160]
Definition:
util.h:11
test
void test()
Definition:
movable.cpp:12
std
Definition:
features.h:417
S
Definition:
movable.cpp:9
vector
Definition:
dbghelp_private.h:65
sdk
lib
3rdparty
stlport
test
compiler
movable.cpp
Generated on Fri Nov 8 2024 06:13:16 for ReactOS by
1.9.6