in code/include/swoc/BufferWriter.h [522:525]
inline FixedBufferWriter::FixedBufferWriter(FixedBufferWriter &&that) : _buffer(that._buffer), _capacity(that._capacity), _attempted(that._attempted) { that.detach(); }