opm-grid
Loading...
Searching...
No Matches
Opm::SparseTable< T, Storage >::Iterator Class Reference

Iterator for iterating over the container as a whole, i.e. More...

#include <SparseTable.hpp>

Public Member Functions

OPM_HOST_DEVICE Iterator (const SparseTable &table, const int begin_row_index)
OPM_HOST_DEVICE Iterator & operator++ ()
OPM_HOST_DEVICE row_type operator* () const
OPM_HOST_DEVICE bool operator== (const Iterator &other)
OPM_HOST_DEVICE bool operator!= (const Iterator &other)

Detailed Description

template<typename T, template< typename, typename... > class Storage = std::vector>
class Opm::SparseTable< T, Storage >::Iterator

Iterator for iterating over the container as a whole, i.e.

row by row.


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