Member typedefs of iterators are missing from index of library names
Nobody has claimed this yet.
- Dominant language
- TeX
- Stars
- 221
- Forks
- 813
- Avg merge
- 16h 4m
- Merged PRs (30d)
- 36
Description
iterator_type is a member of reverse_iterator, move_iterator, and counted_iterator, so should be indexed as a reserved name.
iterator_concept is a member of iterator_traits and various iterator adaptors and view iterators.
difference_type and value_type are indexed as members of various types, but not as members of iterator_traits (nor as members of iterator adaptors and view iterators, but the iterator_traits uses are the most important).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Locate the draft's library-name indexing definitions and compare how existing iterator member typedefs are recorded. Done means iterator_type, iterator_concept, difference_type, and value_type are indexed for the iterator types and iterator_traits described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, tex
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100