Regina 7.3 Calculation Engine
Classes | Namespaces
tableview.h File Reference

Lightweight objects that offer access to multi-dimensional tables. More...

#include <array>
#include <cstddef>
#include <type_traits>
#include "regina-core.h"

Classes

class  regina::TableView< Element, dim1, dim >
 A lightweight object that can be used for random access to all elements of a given multi-dimensional table. More...
 
class  regina::TableView< Element, dim1, dim >::iterator
 The iterator type for this table view. More...
 

Namespaces

namespace  regina
 Contains the entire Regina calculation engine.
 
namespace  regina::detail
 Contains implementation details and common functionality for Regina's dimension-agnostic classes.
 

Detailed Description

Lightweight objects that offer access to multi-dimensional tables.


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).