OR-Tools  9.6
BeginEndReverseIteratorWrapper< Container >

Detailed Description

template<typename Container>
class util::BeginEndReverseIteratorWrapper< Container >

Definition at line 87 of file graph/iterators.h.

Public Member Functions

 BeginEndReverseIteratorWrapper (const Container &c)
 
Container::const_reverse_iterator begin () const
 
Container::const_reverse_iterator end () const
 

Constructor & Destructor Documentation

◆ BeginEndReverseIteratorWrapper()

BeginEndReverseIteratorWrapper ( const Container &  c)
inlineexplicit

Definition at line 89 of file graph/iterators.h.

Member Function Documentation

◆ begin()

Container::const_reverse_iterator begin ( ) const
inline

Definition at line 90 of file graph/iterators.h.

◆ end()

Container::const_reverse_iterator end ( ) const
inline

Definition at line 93 of file graph/iterators.h.


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