|
sprint 1-alpha
|
a lazy vector hidden internal _Tp using a char buffer More...
#include <lazy_vector.h>
Public Member Functions | |
| lazy_vector (long size=suggestedSize) | |
| void | resize (long new_size) |
| void | reserve (long reserve) |
| int | size () const |
| return the size of vector | |
| int | capacity () const |
| return the capacity of vector | |
| _Tp & | operator[] (int i) |
| const _Tp & | operator[] (int i) const |
a lazy vector hidden internal _Tp using a char buffer
1.7.4