Doxygen
Loading...
Searching...
No Matches
growvector.h File Reference
#include <vector>
#include <memory>
#include <iterator>
#include "construct.h"
+ Include dependency graph for growvector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GrowVector< T >
 std::vector like container optimized for pushing elements to the back. More...
 
struct  GrowVector< T >::Chunk
 
class  GrowVector< T >::Iterator< C, I >
 bidirectional iterator More...