mln::internal::neighb_niter_impl_graph_window< util::vertex< G >, E > Struct Template Reference

In this case, The site P is a util::vertex which means this iterator can automatically converts towards this type. More...

#include <neighb_niter_impl.hh>


Detailed Description

template<typename G, typename E>
struct mln::internal::neighb_niter_impl_graph_window< util::vertex< G >, E >

In this case, The site P is a util::vertex which means this iterator can automatically converts towards this type.

There would be an ambiguity between util::vertex members and the one declared in neighb_niter_impl_graph_window<P,E> if this specialization did not exist.

Definition at line 92 of file neighb_niter_impl.hh.