rah
rah::iterator_facade< I, R, C > Struct Template Reference

Inerit to make an iterator. More...

#include <rah - Copie.hpp>

Detailed Description

template<typename I, typename R, typename C>
struct rah::iterator_facade< I, R, C >

Inerit to make an iterator.

Template Parameters
Iis the type of iterator which inerit from iterator_facade
Ris the type returned by dereferencing the iterator (It can be a reference type or not)
Cis the iterator category (std::forward_iterator_tag, std::bidirectional_iterator_tag, std::random_access_iterator_tag)

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