Regina 7.4 Calculation Engine
markedvector.h File Reference

Provides space-efficient arrays with fast object-to-index lookup. More...

#include <algorithm>
#include <vector>
#include "regina-core.h"

Classes

class  regina::MarkedElement
 A base class for elements of MarkedVector. More...
 
class  regina::MarkedVector< T >
 A vector of objects with fast, space-efficient reverse lookup of array indices. More...
 

Namespaces

namespace  regina
 Contains the entire Regina calculation engine.
 

Functions

template<typename T >
void regina::swap (MarkedVector< T > &a, MarkedVector< T > &b) noexcept
 Swaps the contents of the given vectors.
 

Detailed Description

Provides space-efficient arrays with fast object-to-index lookup.