OR-Tools  8.2
ReverseView< Container >

Detailed Description

template<class Container>
class gtl::ReverseView< Container >

Definition at line 20 of file iterator_adaptors.h.

Public Types

typedef Container::const_reverse_iterator const_it
 

Public Member Functions

 ReverseView (const Container &c)
 
const_it begin () const
 
const_it end () const
 

Member Typedef Documentation

◆ const_it

typedef Container::const_reverse_iterator const_it

Definition at line 22 of file iterator_adaptors.h.

Constructor & Destructor Documentation

◆ ReverseView()

ReverseView ( const Container &  c)
inline

Definition at line 24 of file iterator_adaptors.h.

Member Function Documentation

◆ begin()

const_it begin ( ) const
inline

Definition at line 25 of file iterator_adaptors.h.

◆ end()

const_it end ( ) const
inline

Definition at line 26 of file iterator_adaptors.h.


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