Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::FlatMatrix< T >::ConstRows Struct Reference

Detailed Description

template<typename T>
struct operations_research::FlatMatrix< T >::ConstRows

Definition at line 78 of file flat_matrix.h.

#include <flat_matrix.h>

Public Types

typedef absl::Span< const T > value_type
typedef ConstRowsIterator const_iterator

Public Member Functions

ConstRowsIterator begin () const
ConstRowsIterator end () const

Public Attributes

FlatMatrixmatrix = nullptr

Member Typedef Documentation

◆ const_iterator

template<typename T>
typedef ConstRowsIterator operations_research::FlatMatrix< T >::ConstRows::const_iterator

Definition at line 80 of file flat_matrix.h.

◆ value_type

template<typename T>
typedef absl::Span<const T> operations_research::FlatMatrix< T >::ConstRows::value_type

Definition at line 79 of file flat_matrix.h.

Member Function Documentation

◆ begin()

template<typename T>
FlatMatrix< T >::ConstRowsIterator operations_research::FlatMatrix< T >::ConstRows::begin ( ) const

Definition at line 118 of file flat_matrix.h.

◆ end()

template<typename T>
FlatMatrix< T >::ConstRowsIterator operations_research::FlatMatrix< T >::ConstRows::end ( ) const

Definition at line 125 of file flat_matrix.h.

Member Data Documentation

◆ matrix

template<typename T>
FlatMatrix* operations_research::FlatMatrix< T >::ConstRows::matrix = nullptr

Definition at line 83 of file flat_matrix.h.


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