libscsv manual
Version 1.1
scsv::set_unquote

Sets the character about to be removed from the beginning and the end of each column (if appear). This character is used by scsv::read. Columns to have quote characters stripped can be specified with scsv::unquote_cols.

inline char scsv::set_unquote(char cC);
declared in scsv.h, include scsv.h
Parameters
cC
Character to be dropped when reading columns content.
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