![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 65 of file flat_matrix.h.
#include <flat_matrix.h>
Public Types | |
| typedef T | value_type |
Public Member Functions | |
| ConstRowsIterator (const T *ptr, size_t row, size_t row_size) | |
| absl::Span< const T > | operator* () const |
| ConstRowsIterator & | operator++ () |
| bool | operator!= (const ConstRowsIterator &rhs) const |
| typedef T operations_research::FlatMatrix< T >::ConstRowsIterator::value_type |
Definition at line 67 of file flat_matrix.h.
| operations_research::FlatMatrix< T >::ConstRowsIterator::ConstRowsIterator | ( | const T * | ptr, |
| size_t | row, | ||
| size_t | row_size ) |
Definition at line 98 of file flat_matrix.h.
| bool operations_research::FlatMatrix< T >::ConstRowsIterator::operator!= | ( | const ConstRowsIterator & | rhs | ) | const |
Definition at line 111 of file flat_matrix.h.
|
inline |
Definition at line 69 of file flat_matrix.h.
| FlatMatrix< T >::ConstRowsIterator & operations_research::FlatMatrix< T >::ConstRowsIterator::operator++ | ( | ) |
Definition at line 104 of file flat_matrix.h.