Re: template syntax for nested classes - custom iterators
On Apr 4, 8:58 am, Fei Liu <fei....@gmail.com> wrote:
> Martin York wrote:
> > On Apr 3, 1:29 pm, Christopher <cp...@austin.rr.com> wrote:
> >> I am trying to implement a generic tree class, as I had mentioned in a
> >> previous post. I want it to be STL like, so I went and researched how
> >> to implement an iterator and copied an example from a page online.
>
> > Note:
> > There is already a tree class.
> > It is just hidden from view inside the std::set()
>
> and std::map, std::multi_map etc...
That's great, but there isn't any info on how to get to it and use it.
|