libscsv manual
Version 1.1
scsv::set_quote

Character to use when quoting the columns content. If scsv::save finds it is about to output any of columns specified with scsv::quote_cols, it will surround such column with the quote character.

inline char scsv::set_quote(char cC);
declared in scsv.h, include scsv.h
Parameters
cC
Character to use for quoting.
Return

Function returns the same character that was passed as cC.

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