MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mySTL::vector_base< T > Struct Template Reference

Public Member Functions

 vector_base (size_t n)
void Swap (vector_base &that)

Public Attributes

T * start_
T * finish_
T * end_of_storage_

Detailed Description

template<typename T>
struct mySTL::vector_base< T >

Definition at line 35 of file vector.hpp.


The documentation for this struct was generated from the following file: