/strings_concat

Compile-time header-only helper for optimized multiple strings concatenation

Primary LanguageC++MIT LicenseMIT

strings_concat

Highly efficient, lazy template-based implementation of string concatenation (similar to a StringBuilder).

  • Avoids unnecessary copies of strings to be appended for operator +.
  • Generic over string type
  • Light and header-only