libstdc++
|
Public Types | |
typedef std::ptrdiff_t | difference_type |
typedef pointer | iterator |
typedef _Tp * | pointer |
typedef _Tp & | reference |
typedef std::size_t | size_type |
typedef _Tp | value_type |
Public Attributes | |
const typedef _Tp & | const_reference |
__mini_vector<> is a stripped down version of the full-fledged std::vector<>.
It is to be used only for built-in types or PODs. Notable differences are:
Definition at line 67 of file bitmap_allocator.h.