Regina 7.3 Calculation Engine
Classes | Namespaces | Functions
sequence.h File Reference

Support for temporary lightweight sequences. More...

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

Classes

class  regina::LightweightSequence< T >
 A lightweight class for storing a random-access sequence of objects. More...
 
class  regina::LightweightSequence< T >::SubsequenceCompareFirst< IndexIterator >
 A binary function object for comparing subsequences, for use in associative containers whose keys are sequences. More...
 

Namespaces

namespace  regina
 Contains the entire Regina calculation engine.
 

Functions

template<typename T >
std::ostream & regina::operator<< (std::ostream &out, const LightweightSequence< T > &s)
 Writes the given sequence to the given output stream. More...
 
template<typename T >
void regina::swap (LightweightSequence< T > &a, LightweightSequence< T > &b) noexcept
 Swaps the contents of the given sequences. More...
 

Detailed Description

Support for temporary lightweight sequences.


Copyright © 1999-2023, 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).