cpp-utilities/conversion
Martchus cc63c8c250 Improve parameter-passing in some string conversion functions
* Allow using a range as input of joinStrings()
* Use `std::string_view` instead of `const std::string &` to pass read-only
  parameters to joinStrings() and splitString*() to avoid constructing an
  `std::string` from `const char *` parameters
* Use auto for return types of toMultiline() and toArrayOfLines()
* Does not affect BC because those are template functions
* Should not affect source compatibility; at least uses in my main projects
  seem to be unaffected
2021-03-05 23:01:30 +01:00
..
binaryconversion.h Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
binaryconversionprivate.h Remove types 2019-04-13 20:33:39 +02:00
conversionexception.cpp Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
conversionexception.h Fix old namespaces being mentioned in the documentation 2019-09-04 18:45:28 +02:00
stringbuilder.h Apply clang-format 2020-11-25 17:53:28 +01:00
stringconversion.cpp Improve exception messages of NativeFileStream 2020-02-14 17:13:05 +01:00
stringconversion.h Improve parameter-passing in some string conversion functions 2021-03-05 23:01:30 +01:00