Guest User

Untitled

a guest
Nov 23rd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. template<class T>
  2. class my_it :
  3. public std::iterator<std::input_iterator_tag, T, ??? should I put anything here ??? > {
  4. ...
  5. my_proxy_with_implemented_arrow<T> operator->();
  6. T operator*();
  7. ...
  8. };
Add Comment
Please, Sign In to add comment