![]()  | 
  
    RobWorkProject
    23.9.11-
    
   | 
 
this is a conversion class to make for that c++ 11 ranged for loops can't iterate over a pair of iterators like BOOST_FOREACH could. use case: for (auto item&: getIter_par()) do_somthingg(); More...
#include <PairIterator.hpp>
Inherits pair< I, I >.
Public Member Functions | |
| iter_pair (std::pair< I, I > input) | |
| I | begin () | 
| get the beginning of the iterator list  More... | |
| I | end () | 
| get the end of the iterator list  More... | |
this is a conversion class to make for that c++ 11 ranged for loops can't iterate over a pair of iterators like BOOST_FOREACH could. use case: for (auto item&: getIter_par()) do_somthingg();
      
  | 
  inline | 
get the beginning of the iterator list
      
  | 
  inline | 
get the end of the iterator list