Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
SegmentedVector.h File Reference

Interface and implementation for SegmentedVector class. More...

#include "SVIterator.h"
#include <array>
#include <cassert>
#include <iterator>
#include <limits>
#include <stdexcept>
#include <type_traits>
#include <utility>
#include <vector>
Include dependency graph for SegmentedVector.h:

Go to the source code of this file.

Classes

class  UA_CoMP::Container::SegmentedVector< T, N >
 Container that stores objects "almost contiguously" and guarantees that pointers/iterators are not invalidated when the container grows, either through push_back/emplace_back of elements or resevation of capacity. More...
 

Namespaces

 UA_CoMP
 Namespace Comp groups all code developed by the CoMP group.
 
 UA_CoMP::Container
 

Detailed Description

Interface and implementation for SegmentedVector class.

Definition in file SegmentedVector.h.