string implode

(const string &sGlue,
  const vector< string > &slPieces)

Converts a string vector into a custom separated string.

Documentation

Converts a string vector into a custom separated string. This function takes all items from the string vector slPieces and glues them together with the string sGlue. The resulting string is returned.

Alphabetic index



This page was generated with the help of DOC++.