RobWorkProject  23.9.11-
Public Member Functions | List of all members
iter_pair< I > Class Template Reference

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)
 
begin ()
 get the beginning of the iterator list More...
 
end ()
 get the end of the iterator list More...
 

Detailed Description

template<typename I>
class rw::core::iter_pair< I >

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();

Member Function Documentation

◆ begin()

I begin ( )
inline

get the beginning of the iterator list

Returns
iterator

◆ end()

I end ( )
inline

get the end of the iterator list

Returns
iterator

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