shark::PairReference< Pair, Iterator1, Iterator2 > Struct Template Reference

Given a type of pair and two iterators to zip together, returns the reference. More...

#include <shark/Core/utility/ZipPair.h>

Detailed Description

template<class Pair, class Iterator1, class Iterator2>
struct shark::PairReference< Pair, Iterator1, Iterator2 >

Given a type of pair and two iterators to zip together, returns the reference.

e.g. for std::pair<T,U> the reference is std::pair<T&,U&>

Definition at line 47 of file ZipPair.h.


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