Regina 7.3 Calculation Engine
|
Provides space-efficient arrays with fast object-to-index lookup. More...
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. More... | |
Provides space-efficient arrays with fast object-to-index lookup.