|
rah
|
Inerit to make an iterator. More...
#include <rah - Copie.hpp>
Inerit to make an iterator.
| I | is the type of iterator which inerit from iterator_facade |
| R | is the type returned by dereferencing the iterator (It can be a reference type or not) |
| C | is the iterator category (std::forward_iterator_tag, std::bidirectional_iterator_tag, std::random_access_iterator_tag) |
1.8.15