Searched defs:FieldSeparator (Results 1 – 2 of 2) sorted by relevance
1410 struct FieldSeparator { struct1411 bool Skip;1412 const char *Sep;1413 FieldSeparator(const char *Sep = ", ") : Skip(true), Sep(Sep) {} in FieldSeparator() function
1564 struct FieldSeparator { struct1565 bool Skip = true;1566 const char *Sep;1568 FieldSeparator(const char *Sep = ", ") : Sep(Sep) {} in FieldSeparator() function