Range (see also boost Range library)
More...
#include <iostream>
Go to the source code of this file.
|
template<typename Iter > |
Range< Iter > | make_range (Iter it1, Iter it2) |
|
template<typename Cont > |
Range< typename
Cont::const_iterator > | make_range (Cont const &c) |
|
template<typename T , typename U > |
std::ostream & | operator<< (std::ostream &out, std::pair< T, U > const &p) |
|
template<typename Iter > |
std::ostream & | operator<< (std::ostream &out, Range< Iter > r) |
|
Range (see also boost Range library)
Definition in file Range.h.
template<typename Iter >
Range<Iter> make_range |
( |
Iter |
it1, |
|
|
Iter |
it2 |
|
) |
| |
template<typename Cont >
Range<typename Cont::const_iterator> make_range |
( |
Cont const & |
c | ) |
|
template<typename T , typename U >
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
std::pair< T, U > const & |
p |
|
) |
| |
template<typename Iter >
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
Range< Iter > |
r |
|
) |
| |