Regina 7.4 Calculation Engine
listview.h File Reference

Lightweight objects that offer access to lists. More...

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

Classes

class  regina::ListView< Container >
 A lightweight object that can be used for iteration and random access to all elements of a given list. More...
 
class  regina::ListView< Element * >
 A specialisation of ListView for working with lists stored in a C-style array whose size is not known at compile-time. More...
 
class  regina::ListView< Element[n]>
 A specialisation of ListView for working with lists stored in a C-style array whose size is fixed at compile-time. More...
 

Namespaces

namespace  regina
 Contains the entire Regina calculation engine.
 

Detailed Description

Lightweight objects that offer access to lists.