add generator 'caption' property

This commit is contained in:
MihailRis
2024-10-13 22:53:12 +03:00
parent 7c56d8fd7f
commit de00414456
11 changed files with 59 additions and 21 deletions
+2
View File
@@ -71,6 +71,8 @@ namespace util {
double parse_double(const std::string& str);
double parse_double(const std::string& str, size_t offset, size_t len);
std::string capitalized(const std::string& str);
std::wstring lower_case(const std::wstring& str);
std::wstring upper_case(const std::wstring& str);
std::wstring capitalized(const std::wstring& str);