MaybeArenaStringAccessor没有zero copy的移动构造/赋值函数
Open
- Dominant language
- C++
- Stars
- 653
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
缺少这俩会阻止用户从其他地方构造的MaybeArenaStringAccessor赋值给pb结构
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate MaybeArenaStringAccessor and inspect how it is used with pb structures. Start by comparing its existing constructors and assignment operations with the requested zero-copy move behavior. Done means users can assign an accessor constructed elsewhere to a pb structure without copying.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100