ReactOS 0.4.15-dev-7788-g1ad9096
movable.cpp File Reference
#include <list>
#include <vector>
#include <string>
Include dependency graph for movable.cpp:

Go to the source code of this file.

Classes

struct  S
 

Functions

void test ()
 

Function Documentation

◆ test()

void test ( )

Definition at line 12 of file movable.cpp.

13{
14 list<S> l;
15 l.push_back( S() );
16
18 v.push_back( S() );
19}
r l[0]
Definition: byte_order.h:168
Definition: list.h:37
const GLdouble * v
Definition: gl.h:2040
Definition: movable.cpp:9