#include <sparse_permutation.h>
|
typedef int | value_type |
| These typedefs allow this iterator to be used within testing::ElementsAre.
|
|
typedef std::vector< int >::const_iterator | const_iterator |
|
Definition at line 100 of file sparse_permutation.h.
◆ const_iterator
◆ value_type
These typedefs allow this iterator to be used within testing::ElementsAre.
Definition at line 102 of file sparse_permutation.h.
◆ Iterator() [1/2]
operations_research::SparsePermutation::Iterator::Iterator |
( |
| ) |
|
|
default |
◆ Iterator() [2/2]
◆ begin()
std::vector< int >::const_iterator operations_research::SparsePermutation::Iterator::begin |
( |
| ) |
const |
|
inline |
◆ end()
std::vector< int >::const_iterator operations_research::SparsePermutation::Iterator::end |
( |
| ) |
const |
|
inline |
◆ size()
int operations_research::SparsePermutation::Iterator::size |
( |
| ) |
const |
|
inline |
◆ begin_
const std::vector<int>::const_iterator operations_research::SparsePermutation::Iterator::begin_ |
◆ end_
const std::vector<int>::const_iterator operations_research::SparsePermutation::Iterator::end_ |
The documentation for this struct was generated from the following file: