Regina 7.4 Calculation Engine
|
Provides a fixed-size array whose size is determined at runtime. More...
Classes | |
class | regina::FixedArray< T > |
A lightweight fixed-size random-access array whose size can be provided at runtime. More... | |
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Functions | |
template<typename T > | |
void | regina::swap (FixedArray< T > &a, FixedArray< T > &b) noexcept |
Swaps the contents of the given arrays. | |
Provides a fixed-size array whose size is determined at runtime.