libscsv manual
Version 1.1
scsv::operator=

Assignment operator. Function writes content of one object into the other. Entire content is copied except the internal scsv::state, which is set to OK. All CSV data held before copying is lost.

scsv & scsv::operator=(const scsv & src);
declared in scsv.h, include scsv.h
Parameters
src
Source object to copy from.
Return

Returns reference of updated object.

Released under the GNU Free Documentation License
by TinyIT
Last modified 2017-10-17