to_string.hpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 23:56:31 -05:00
parent d9bcbe4e5a
commit 2b1fa62c07

View File

@ -30,4 +30,5 @@ namespace str
std::string to(const int);
std::string to(const uint64_t);
std::string to(const std::string&);
std::string to(const ghc::filesystem::path&);
}