Regina 7.4 Calculation Engine
fixedarray.h File Reference

Provides a fixed-size array whose size is determined at runtime. More...

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

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.
 

Detailed Description

Provides a fixed-size array whose size is determined at runtime.