
24 May
2007
24 May
'07
2:59 p.m.
Christian Holmquist skrev:
Yes and no. Container traits could be useful with container operations like insert, not for outputting a range of values (Boost.Range is more generic here).
Can I determine from a type T if it is a range, or if I can construct a range from it? I remember looking for something like this but couldn't find it.
There is no is_range<T>::value trait. So no. Is that needed for output? -Thorsten