Macaulay2 Engine
Loading...
Searching...
No Matches
Range< T > Class Template Reference

#include <Range.hpp>

Public Member Functions

 Range ()
 Range (T *first, T *last)
 Range (std::pair< T *, T * > a)
template<class S>
 Range (const Range< S > &copy)
 Range (std::vector< T > &vec)
 Range (VECTOR(T)&vec)
int size () const
Tbegin ()
Tend ()
const Tbegin () const
const Tend () const
Toperator[] (int i)
const Toperator[] (int i) const
const Tcbegin () const
const Tcend () const

Private Attributes

TmFirst
TmLast

Detailed Description

template<typename T>
class Range< T >

Definition at line 39 of file Range.hpp.


The documentation for this class was generated from the following file: