Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
util::MutableVectorIteration< T >::Iterator Struct Reference

#include <iterators.h>

Public Member Functions

 Iterator (typename std::vector< T >::iterator it)
 
T * operator* ()
 
Iteratoroperator++ ()
 
bool operator!= (const Iterator &other) const
 

Detailed Description

template<class T>
struct util::MutableVectorIteration< T >::Iterator

Definition at line 159 of file iterators.h.

Constructor & Destructor Documentation

◆ Iterator()

template<class T >
util::MutableVectorIteration< T >::Iterator::Iterator ( typename std::vector< T >::iterator it)
inlineexplicit

Definition at line 160 of file iterators.h.

Member Function Documentation

◆ operator!=()

template<class T >
bool util::MutableVectorIteration< T >::Iterator::operator!= ( const Iterator & other) const
inline

Definition at line 166 of file iterators.h.

◆ operator*()

template<class T >
T * util::MutableVectorIteration< T >::Iterator::operator* ( )
inline

Definition at line 161 of file iterators.h.

◆ operator++()

template<class T >
Iterator & util::MutableVectorIteration< T >::Iterator::operator++ ( )
inline

Definition at line 162 of file iterators.h.


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