ReactOS
0.4.14-dev-593-g1793dcc
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
S
#define S(x)
Definition:
test.h:207
S
Definition:
movable.cpp:7
std
Definition:
features.h:417
l
r l[0]
Definition:
byte_order.h:167
string
char string[160]
Definition:
util.h:11
v
const GLdouble * v
Definition:
gl.h:2040
test
void test()
Definition:
movable.cpp:12
sdk
lib
3rdparty
stlport
test
compiler
movable.cpp
Generated on Mon Dec 9 2019 06:07:06 for ReactOS by
1.8.15