Named parameter string formatting in C++

后端 未结 6 1973
甜味超标
甜味超标 2021-02-07 08:55

I\'m wondering if there is a library like Boost Format, but which supports named parameters rather than positional ones. This is a common idiom in e.g. Python, where you have a

6条回答
  •  误落风尘
    2021-02-07 09:48

    I've writen a library for this puporse, check it out on GitHub.

    Contributions are wellcome.

提交回复
热议问题