Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 166 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 166 Bytes

strformat

header-only string formatter

strformat("Hello, %s\n").s("world").put();
std::string s = strformat("Copyright (C) %d soramimi").d(2022);