#include <dynamic_partition.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 179 of file dynamic_partition.h.
◆ const_iterator
◆ value_type
These typedefs allow this iterator to be used within testing::ElementsAre.
Definition at line 193 of file dynamic_partition.h.
◆ IterablePart() [1/2]
operations_research::DynamicPartition::IterablePart::IterablePart |
( |
| ) |
|
|
default |
◆ IterablePart() [2/2]
operations_research::DynamicPartition::IterablePart::IterablePart |
( |
const std::vector< int >::const_iterator & | b, |
|
|
const std::vector< int >::const_iterator & | e ) |
|
inline |
◆ begin()
std::vector< int >::const_iterator operations_research::DynamicPartition::IterablePart::begin |
( |
| ) |
const |
|
inline |
◆ end()
std::vector< int >::const_iterator operations_research::DynamicPartition::IterablePart::end |
( |
| ) |
const |
|
inline |
◆ size()
int operations_research::DynamicPartition::IterablePart::size |
( |
| ) |
const |
|
inline |
◆ begin_
std::vector<int>::const_iterator operations_research::DynamicPartition::IterablePart::begin_ |
◆ end_
std::vector<int>::const_iterator operations_research::DynamicPartition::IterablePart::end_ |
The documentation for this struct was generated from the following file: