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
Compile-time header-only helper for optimized multiple strings concatenation
C++MIT