Document the type requirements for storage into containers
Open
documentation
enhancement
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
For example, `Tuple` should document that it requires its elements to be `MoveConstructible`. Or does it really require that?
Contributor guide
Research direction
Start with the Tuple entry point and determine whether its stored elements must be MoveConstructible. Review the container implementations and existing requirements documentation, then document the verified type requirements for Tuple and the other storage containers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100