Provides a fast and generic vector class.
More...
#include <algorithm>
#include <initializer_list>
#include <iostream>
#include "regina-core.h"
#include "core/output.h"
#include "maths/integer.h"
#include "utilities/intutils.h"
|
namespace | regina |
| Contains the entire Regina calculation engine.
|
|
|
template<typename T > |
void | regina::swap (Vector< T > &a, Vector< T > &b) noexcept |
| Swaps the contents of the given vectors.
|
|
template<class T > |
std::ostream & | regina::operator<< (std::ostream &out, const Vector< T > &vector) |
| Writes the given vector to the given output stream.
|
|
Provides a fast and generic vector class.
Copyright © 1999-2025, The Regina development team
This software is released under the GNU General Public License,
with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact
Ben Burton (
bab@maths.uq.edu.au).