Get the latest tech news
String Interpolation in C++ Using Glaze Stencil/Mustache
Extremely fast, in memory, JSON and interface library for modern C++
Glaze provides string interpolation for C++ structs through the stencil and mustache formats. This enables the generation of dynamic output by combining predefined templates with C++ structs. The following characters are escaped in mustache double-brace interpolation: -< →<-> →>-& →&-" →"-' →'
Or read this on Hacker News