1
0

doc: add doc for code, mainly for clap

This commit is contained in:
2025-12-23 13:59:14 +08:00
parent a077604c7d
commit cc5e6239ba
11 changed files with 361 additions and 38 deletions

View File

@@ -10,10 +10,8 @@
*/
namespace yycc::patch::stream {
// TODO: replace all old way (C-style output) with this new way if possible.
std::ostream& operator<<(std::ostream& os, const std::u8string_view& u8str);
std::ostream& operator<<(std::ostream& os, const char8_t* u8str);
std::ostream& operator<<(std::ostream& os, char8_t u8chr);
}
} // namespace yycc::patch::stream