Searched defs:FieldSeparator (Results 1 – 2 of 2) sorted by relevance
798 struct FieldSeparator { struct799 bool Skip = true;800 const char *Sep;802 FieldSeparator(const char *Sep = ", ") : Sep(Sep) {} in FieldSeparator() argument
1786 struct FieldSeparator { struct1787 bool Skip = true;1788 const char *Sep;1790 FieldSeparator(const char *Sep = ", ") : Sep(Sep) {} in FieldSeparator() function