Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Public Member Functions | Public Attributes | List of all members
Range< T > Struct Template Reference

a small struct used to enable range-based for loops in Array2D More...

#include <element_restriction.hpp>

Public Member Functions

T * begin ()
 the beginning of the range
 
T * end ()
 the end of the range
 

Public Attributes

T * ptr [2]
 the beginning and end of the range
 

Detailed Description

template<typename T>
struct Range< T >

a small struct used to enable range-based for loops in Array2D

Definition at line 96 of file element_restriction.hpp.


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