openMSX
Public Member Functions | List of all members
iterator_range< Iterator, Sentinel > Class Template Reference

#include <stl.hh>

Public Member Functions

 iterator_range (Iterator first_, Sentinel last_)
 
Iterator begin () const
 
Sentinel end () const
 

Detailed Description

template<typename Iterator, typename Sentinel>
class iterator_range< Iterator, Sentinel >

Definition at line 509 of file stl.hh.

Constructor & Destructor Documentation

◆ iterator_range()

template<typename Iterator , typename Sentinel >
iterator_range< Iterator, Sentinel >::iterator_range ( Iterator  first_,
Sentinel  last_ 
)
inline

Definition at line 512 of file stl.hh.

Member Function Documentation

◆ begin()

template<typename Iterator , typename Sentinel >
Iterator iterator_range< Iterator, Sentinel >::begin ( ) const
inline

Definition at line 515 of file stl.hh.

◆ end()

template<typename Iterator , typename Sentinel >
Sentinel iterator_range< Iterator, Sentinel >::end ( ) const
inline

Definition at line 516 of file stl.hh.


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