Provides a common interface for human-readable text output.
More...
#include <sstream>
#include <string>
#include <type_traits>
#include "regina-core.h"
|
namespace | regina |
| Contains the entire Regina calculation engine.
|
|
|
template<class T , bool supportsUtf8> |
std::ostream & | regina::operator<< (std::ostream &out, const Output< T, supportsUtf8 > &object) |
| Writes the short text representation of the given object to the given output stream.
|
|
Provides a common interface for human-readable text output.
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).