Given a type of pair and two iterators to zip together, returns the reference. More...
#include <shark/Core/utility/ZipPair.h>
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&>