from_string.hpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-21 23:39:57 -05:00
parent 59e260f532
commit 8ec8fcd877

View File

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