Inheritance diagram for random_access_iterator_helper< T, V, D, P, R >:
Public Member Functions
P
operator-> () const
Friends
D
requires_difference_operator (const T &x, const T &y)
Detailed Description
template<class T, class V, class D = std::ptrdiff_t, class P = V*, class R = V&>
struct BFL::boost::operators_impl::random_access_iterator_helper< T, V, D, P, R >