3 Nov
2011
3 Nov
'11
9:27 p.m.
Hi,
I'm looking to use a trait in enable_if that can distinguish between a
raw pointer and any other valid iterator type, essentially the
difference between iterator traits and the raw pointer specialization.
template <class Iterator>
struct iterator_traits;
template <class T>
struct iterator_traits