Gobelijn API documentation
- generated for commit a0cbea7
|
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>
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 | |
Interface and implementation for SegmentedVector class.
Definition in file SegmentedVector.h.