#include <std_make_vector.h>
Definition at line 15 of file std_make_vector.h.
Public Types | |
| typedef make_vector< T > | my_type |
Public Member Functions | |
| operator std::vector< T > () const | |
| my_type & | operator<< (const T &val) |
Private Attributes | |
| std::vector< T > | data_ |
| typedef make_vector<T> make_vector< T >::my_type |
Definition at line 17 of file std_make_vector.h.
|
inline |
Definition at line 24 of file std_make_vector.h.
|
inline |
Definition at line 19 of file std_make_vector.h.
|
private |
Definition at line 28 of file std_make_vector.h.