#include <iterator>
#include <boost/iterator/zip_iterator.hpp>
#include <boost/range.hpp>
Go to the source code of this file.
|
template<template< typename, typename > class PairType, typename FirstIt , typename SecondIt > |
using | LC::Util::Views::detail::ValueType_t = PairType< typename std::iterator_traits< FirstIt >::value_type, typename std::iterator_traits< SecondIt >::value_type > |
|
|
template<template< typename, typename > class PairType = QPair, typename C1 , typename C2 > |
detail::ZipRange< typename C1::const_iterator, typename C2::const_iterator, PairType > | LC::Util::Views::Zip (const C1 &c1, const C2 &c2) |
|