I was looking over some code and noticed this:
typedef T * iterator;
I was wondering if this is different from typedef T* iterator
?
I was looking over some code and noticed this:
typedef T * iterator;
I was wondering if this is different from typedef T* iterator
?