next up previous contents
Next: Design Templates Up: Extending Str Previous: Extending Str   Contents

Resize

If you look at the Str code closely, you might notice that all allocation of Str::data is done by calling resize(). This is done for the following reasons:



2007-05-05