libscsv manual
Version 1.1
scsv::set_iseparator

Function sets the character to be used in scsv::read, to split input content into columns. If improper character is provided, entire input line might be treated as single column or split improperly.

inline char scsv::set_iseparator(char cC);
declared in scsv.h, include scsv.h
Parameters
cC
Character to be used as columns separator.
Return

Function returns the same character that was passed as cC parameter.

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