Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gtl::ReverseView< Container > Class Template Reference

#include <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
 

Detailed Description

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

Definition at line 20 of file iterator_adaptors.h.

Member Typedef Documentation

◆ const_it

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

Definition at line 22 of file iterator_adaptors.h.

Constructor & Destructor Documentation

◆ ReverseView()

template<class Container >
gtl::ReverseView< Container >::ReverseView ( const Container & c)
inline

Definition at line 24 of file iterator_adaptors.h.

Member Function Documentation

◆ begin()

template<class Container >
const_it gtl::ReverseView< Container >::begin ( ) const
inline

Definition at line 25 of file iterator_adaptors.h.

◆ end()

template<class Container >
const_it gtl::ReverseView< Container >::end ( ) const
inline

Definition at line 26 of file iterator_adaptors.h.


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