
21 Apr
2004
21 Apr
'04
6:23 p.m.
John Torjo <john.lists@torjo.com> writes:
time, you don't have to name the element type ;-)
of course ;) the element type is deduced from the container type. For instance, if you want a constant range, just do: crange<const container> r(cont); //... etc
But container is usually "spelt something<element_type>", so I'd pick naming the element type over naming the container type any day. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com