No. STL container value types need to be assignable. References are not assignable. (You cannot assign them a different object to reference.)
STL container value types can‘t be reference
最新推荐文章于 2024-10-20 18:44:04 发布
No. STL container value types need to be assignable. References are not assignable. (You cannot assign them a different object to reference.)