Opened 15 years ago
Closed 15 years ago
#395 closed enhancement (fixed)
Document how to implement a weighted iterator
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.5 |
Component: | documentation | Version: | trunk |
Keywords: | Cc: |
Description
If you want to implement a new iterator that want to use the weighted_iterator_tag, what do you need to think about? What are the requirements?
Change History (2)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
For instance, one need to provide a couple of specializations, see [1382].