Gobelijn API documentation
- generated for commit a0cbea7
|
Interface/Implementation for Iterator. More...
#include <cassert>
#include <cstddef>
#include <iterator>
#include <limits>
#include <type_traits>
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... | |
class | UA_CoMP::Container::SVIterator< T, N, P, R, is_const_iterator > |
Implementation of iterator for SegmentedVector. More... | |
Namespaces | |
UA_CoMP | |
Namespace Comp groups all code developed by the CoMP group. | |
UA_CoMP::Container | |
Interface/Implementation for Iterator.
Definition in file SVIterator.h.