utils: Introduce catv()

This commit is contained in:
2025-11-03 19:59:26 +01:00
parent a31d88c7b3
commit ffa59d4b36
2 changed files with 26 additions and 0 deletions

View File

@@ -91,6 +91,8 @@ template <class T> inline std::string toString(const T &v)
}
std::string trim(std::string_view view);
std::string catv(std::string_view view);
} // namespace utils
#endif