1#ifndef _RHEO_GET_POINTER_FROM_ITERATOR_H
2#define _RHEO_GET_POINTER_FROM_ITERATOR_H
24template <
class Iterator>
25typename std::iterator_traits<Iterator>::pointer
27 return iter.operator->();
30typename std::iterator_traits<T*>::pointer
This file is part of Rheolef.
std::iterator_traits< Iterator >::pointer get_pointer_from_iterator(Iterator iter)