Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 443 Bytes

File metadata and controls

7 lines (4 loc) · 443 Bytes

练习14.30:为你的StrBlobPtr类和在12.1.6节练习12.22(第423页)中定义的ConstStrBlobPtr类分别添加解引用运算符和箭头运算符。注意:因为ConstStrBlobPtr的数据成员指向const vector,所以ConstStrBlobPtr中的运算符必须返回常量引用。


StrBlobPtr

ConstStrBlobPtr